#!/bin/bash set -e set -o pipefail rm -rf /data/project/* cp /app/resin-pro-3.1.6/webapps/ads.war /data/project/ exec "$@"