Browse Source

更新 'entrypoint.sh'

stone 3 years ago
parent
commit
fd3e580849
1 changed files with 1 additions and 0 deletions
  1. 1 0
      entrypoint.sh

+ 1 - 0
entrypoint.sh

@@ -2,5 +2,6 @@
 
 
 set -e
 set -e
 set -o pipefail
 set -o pipefail
+rm -rf /data/project/*
 cp /app/resin-pro-3.1.6/webapps/ads.war /data/project/
 cp /app/resin-pro-3.1.6/webapps/ads.war /data/project/
 exec "$@"
 exec "$@"