From 0dc87d0256ecff03e2271941e53462942174e541 Mon Sep 17 00:00:00 2001 From: Vincent Jumo Date: Sat, 22 Dec 2018 21:37:00 +0100 Subject: [PATCH] start sockerfile with watch command --- Dockerfile.inventaire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.inventaire b/Dockerfile.inventaire index 47e9ef6..0887e90 100755 --- a/Dockerfile.inventaire +++ b/Dockerfile.inventaire @@ -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"]