fix Dockerfile
All checks were successful
Docker Image CI / build-and-push (push) Successful in 10m46s
Docker Image CI / deploy (push) Successful in 31s
Docker Image CI / notify-failure (push) Has been skipped

This commit is contained in:
2025-04-19 22:39:04 +02:00
parent 99cd5f2e66
commit 434448c423
2 changed files with 0 additions and 4 deletions

View File

@@ -88,8 +88,6 @@ COPY --chown=185 target/quarkus-app/*.jar /deployments/
COPY --chown=185 target/quarkus-app/app/ /deployments/app/
COPY --chown=185 target/quarkus-app/quarkus/ /deployments/quarkus/
COPY --chown=185 src/main/resources/ /deployments/resources/
EXPOSE 8080
USER 185
ENV JAVA_OPTS_APPEND="-Dquarkus.http.host=0.0.0.0 -Dquarkus.profile=prod -Djava.util.logging.manager=org.jboss.logmanager.LogManager"