-minstall packages in docker by default

This commit is contained in:
medcl 2020-03-21 23:16:01 +08:00
parent f47caf224b
commit 039be7eb77
1 changed files with 1 additions and 1 deletions

View File

@ -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