Compare commits
3 Commits
ebb6b0355e
...
6998e18860
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6998e18860 | ||
|
|
4ee373ac81 | ||
|
|
c0ef8b5ca5 |
@@ -16,5 +16,5 @@ USER 1001
|
||||
ENV JAVA_OPTS_APPEND="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
|
||||
ENV JAVA_APP_JAR="/deployments/quarkus-run.jar"
|
||||
|
||||
# Use direct java command instead of run-java.sh to avoid permission issues
|
||||
ENTRYPOINT ["java", "-jar", "/deployments/quarkus-run.jar"]
|
||||
# Use java command with proper Quarkus options for fast-jar
|
||||
ENTRYPOINT ["java", "-Dquarkus.http.host=0.0.0.0", "-Djava.util.logging.manager=org.jboss.logmanager.LogManager", "-jar", "/deployments/quarkus-run.jar"]
|
||||
|
||||
Reference in New Issue
Block a user