#!/bin/bash set -e set -o pipefail export PATH=$JAVA_HOME/bin:$PATH mkdir -p /data/ecom rm -rf /tmp/* chown -R ecom:ecom /app /data exec "$@"