Skip to content

Commit

Permalink
add -Dxx=0.0.0.0 (#16)
Browse files Browse the repository at this point in the history
* feat(ci):jvm build add riscv64
---------

Co-authored-by: 100ask <user@100ask.com>
  • Loading branch information
ljpsichuanuniversity and 100ask committed Jan 31, 2024
1 parent a905bf6 commit 3f8f676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ USER root
ENV JAVA_OPTS="-Duser.timezone=GMT+8 -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
ENV JAVA_APP_JAR="/deployments/quarkus-run.jar"

CMD ["java", "-jar", "/deployments/quarkus-run.jar"]
CMD ["java", "-jar", "-Dquarkus.http.host=0.0.0.0","/deployments/quarkus-run.jar"]

0 comments on commit 3f8f676

Please sign in to comment.