-minstall packages in docker by default
This commit is contained in:
parent
f47caf224b
commit
039be7eb77
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue