diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 257d596a..86c8c3c4 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -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;