Commit 11ee864f by Benedikt Ritter

Add run script

parent 3e486bdb
#!/bin/bash -e
cd $APP_ROOT_DIR
# Allow users to inspect/debug the builder image itself, by using:
# $ docker run -i -t codecentric/springboot-maven3-centos --debug
#
[ "$1" == "--debug" ] && exec /bin/bash
echo "---> Starting Spring Boot application"
java -jar `find target -name *.jar`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment