We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3218d0 commit bef862dCopy full SHA for bef862d
modules/run/artifacts/opt/jboss/container/java/run/run-java.sh
@@ -3,14 +3,12 @@
3
# Fail on a single failed command
4
set -eo pipefail
5
6
-#These are defined explicitly here to avoid defining them in templates/jlink/Dockerfile
7
export JBOSS_CONTAINER_UTIL_LOGGING_MODULE="${JBOSS_CONTAINER_UTIL_LOGGING_MODULE-/opt/jboss/container/util/logging}"
8
export JBOSS_CONTAINER_JAVA_RUN_MODULE="${JBOSS_CONTAINER_JAVA_RUN_MODULE-/opt/jboss/container/java/run}"
9
10
-#This is moved here after deleting run-env.sh
11
# Default the application dir to the S2I deployment dir
12
if [ -z "$JAVA_APP_DIR" ]
13
-then JAVA_APP_DIR=/deployments
+ then JAVA_APP_DIR=/deployments
14
fi
15
16
source "$JBOSS_CONTAINER_UTIL_LOGGING_MODULE/logging.sh"
0 commit comments