switch to development mode

This commit is contained in:
bijan 2024-05-13 18:44:29 +03:30
parent ab6e65de56
commit 24a4e385e7

View File

@ -16,4 +16,4 @@ RUN chown -R node:node /opt/app
USER node
RUN ["yarn", "build"]
EXPOSE 1337
CMD ["yarn", "development"]
CMD ["yarn", "develop"]