diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 86c8c3c4..54f8b6c1 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -9,7 +9,7 @@ cd /usr/src/app echo "START INFINI-LOGGING-CENTER v1.0" if [ ! -f "$lockPath" ]; then -# npm i --production; + npm i --production; # npm run autod npm run dev else