소스 검색

更新 'entrypoint.sh'

stone 3 년 전
부모
커밋
fd3e580849
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      entrypoint.sh

+ 1 - 0
entrypoint.sh

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