👷 Switch image
This commit is contained in:
parent
85c22696e9
commit
ce01994b3b
@ -2,10 +2,6 @@ FROM eclipse-temurin:21-jdk
|
|||||||
|
|
||||||
ENV LANGUAGE='en_US:en'
|
ENV LANGUAGE='en_US:en'
|
||||||
|
|
||||||
WORKDIR /root
|
|
||||||
|
|
||||||
RUN useradd -m quarkus
|
|
||||||
|
|
||||||
WORKDIR /etc/build
|
WORKDIR /etc/build
|
||||||
|
|
||||||
# We make four distinct layers so if there are application changes the library layers can be re-used
|
# We make four distinct layers so if there are application changes the library layers can be re-used
|
||||||
@ -16,8 +12,6 @@ COPY target/quarkus-app/quarkus/ /deployments/quarkus/
|
|||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
USER quarkus
|
|
||||||
|
|
||||||
ENV JAVA_OPTS_APPEND="-Dquarkus.http.host=0.0.0.0"
|
ENV JAVA_OPTS_APPEND="-Dquarkus.http.host=0.0.0.0"
|
||||||
ENV JAVA_APP_JAR="/deployments/quarkus-run.jar"
|
ENV JAVA_APP_JAR="/deployments/quarkus-run.jar"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user