Fixing pusher build + building in CI
This commit is contained in:
+2
-1
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user