switch to development mode
This commit is contained in:
parent
ab6e65de56
commit
24a4e385e7
|
@ -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", "development"]
|
CMD ["yarn", "develop"]
|
Loading…
Reference in New Issue
Block a user