Copy .env.template in Dockerfile to seed on travis

This commit is contained in:
Robert Schäfer 2018-11-23 20:49:09 +01:00
parent d74aa6dd02
commit 8bb90e52a6

View File

@ -14,5 +14,6 @@ COPY yarn.lock .
RUN yarn install --production=false --frozen-lockfile --non-interactive
COPY . .
COPY .env.template .env
CMD ["yarn", "run", "start"]