Skip to content

Commit 12ff1d5

Browse files
authored
Merge pull request #1359 from jmtd/clean-up-s2i-environment
getting-started: Clean up s2i/environment
2 parents 746c5ba + ac1eadc commit 12ff1d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

getting-started/.s2i/environment

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
MAVEN_S2I_ARTIFACT_DIRS=target/quarkus-app
2-
S2I_SOURCE_DEPLOYMENTS_FILTER=app lib quarkus quarkus-run.jar
3-
JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0
4-
AB_JOLOKIA_OFF=true
5-
JAVA_APP_JAR=/deployments/quarkus-run.jar
1+
JAVA_OPTS_APPEND=-Dquarkus.http.host=0.0.0.0

0 commit comments

Comments
 (0)