update entrypoint.sh, update ff

This commit is contained in:
medcl 2020-03-17 22:41:34 +08:00
parent 17805cd6b9
commit 5014b1dcd6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ npm config set registry http://registry.npm.taobao.org/;
cd /usr/src/app
echo "START INFINI-LOGGING-CENTER"
echo "START INFINI-LOGGING-CENTER v1.0"
if [ ! -f "$lockPath" ]; then
# npm i --production;