start sockerfile with watch command

This commit is contained in:
Vincent Jumo
2018-12-22 21:37:00 +01:00
parent 51547dcc18
commit 0dc87d0256

View File

@@ -9,4 +9,4 @@ RUN apt-get update \
# - allows to handle leveldb with level-party from both the host and container at the same time
USER 1000:1000
CMD ["npm", "start"]
CMD ["npm", "run", "watch"]