fix: change to dev mode

This commit is contained in:
bijan 2025-03-11 20:23:02 +03:30
parent 385c91a2e7
commit 2f6528814a

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", "start"] CMD ["yarn", "develop"]