entrypoint.sh 77 B

123456
  1. #!/bin/bash
  2. set -e
  3. set -o pipefail
  4. mv /tmp/ROOT.war /data/project/
  5. exec "$@"