root 3 years ago
parent
commit
b39bd64d23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -3,6 +3,6 @@
 set -e
 set -o pipefail
 rm -rf /data/project/*
-mv /tmp/webapps/ads.war /data/project/ads.war
+mv /tmp/ads.war /data/project/ads.war
 
 exec "$@"