Commit 0ae3dbfd by luiz.nunes

Update run

parent a6952fb2
......@@ -2,10 +2,14 @@
set -e
#APP_TARGET=${APP_TARGET:-target}
APP_TARGET=${APP_TARGET:-target}
echo "---> Starting Spring Boot application"
echo "--> # APP_TARGET = $APP_TARGET"
echo "--> # JAVA_OPTS = $JAVA_OPTS"
echo "---> Running application from standalone jar/war..."
#java $JAVA_OPTS -jar `find $APP_TARGET -maxdepth 1 -regex ".*\(jar\|war\)"`
java $JAVA_OPTS -jar $APP_TARGET
java $JAVA_OPTS -jar `find $APP_TARGET -maxdepth 1 -regex ".*\(jar\|war\)"`
#java $JAVA_OPTS -jar $APP_TARGET
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