switch to development mode

This commit is contained in:
bijan 2024-05-13 18:42:23 +03:30
parent 79fc378ac5
commit ab6e65de56

View File

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