haha yes it works now
This commit is contained in:
@@ -22,4 +22,4 @@ EXPOSE $APP_PORT
|
|||||||
USER 1001
|
USER 1001
|
||||||
|
|
||||||
# Define the entrypoint to run the JAR
|
# Define the entrypoint to run the JAR
|
||||||
CMD ["java", "-Dquarkus.http.host=0.0.0.0", "-Dquarkus.http.port=$QUARKUS_HTTP_PORT", "-jar", "/work/quarkus-app/quarkus-run.jar"]
|
CMD ["java", "-Dquarkus.http.host=0.0.0.0", "-Dquarkus.http.port=${QUARKUS_HTTP_PORT}", "-jar", "/work/quarkus-app/quarkus-run.jar"]
|
||||||
|
|||||||
Reference in New Issue
Block a user