fix: change to prod mode
This commit is contained in:
parent
24fbde296b
commit
b8c2cb7502
|
@ -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"]
|
Loading…
Reference in New Issue
Block a user