initial commit with apps from course repo
This commit is contained in:
7
builds-for-managers/run-app.sh
Executable file
7
builds-for-managers/run-app.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Starting wildfly swarm app..."
|
||||
echo "JVM options => $JAVA_OPTIONS"
|
||||
echo
|
||||
|
||||
java $JAVA_OPTIONS -jar /opt/app-root/bin/builds-for-managers.jar
|
||||
Reference in New Issue
Block a user