fix: change to prod mode

This commit is contained in:
bijan 2025-03-11 20:31:46 +03:30
parent 24fbde296b
commit b8c2cb7502

View File

@ -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"]