Fixing pusher build + building in CI

This commit is contained in:
David Négrier 2020-12-09 16:33:59 +01:00
parent ff17cb99d6
commit 1a5078f87d
4 changed files with 7 additions and 10 deletions

View file

@ -10,6 +10,7 @@ COPY --from=builder --chown=docker:docker /var/www/messages/generated /usr/src/a
RUN yarn install
ENV NODE_ENV=production
RUN yarn run tsc
CMD ["yarn", "run", "prod"]
CMD ["yarn", "run", "runprod"]