fix: change to prod mode
This commit is contained in:
@ -16,4 +16,4 @@ RUN chown -R node:node /opt/app
|
|||||||
USER node
|
USER node
|
||||||
RUN ["yarn", "build"]
|
RUN ["yarn", "build"]
|
||||||
EXPOSE 1337
|
EXPOSE 1337
|
||||||
CMD ["yarn", "production"]
|
CMD ["yarn", "start"]
|
Reference in New Issue
Block a user