💥 Removed user

This commit is contained in:
Andreas Dinauer 2025-06-06 20:17:55 +02:00
parent d55e367424
commit e928c0d690

View File

@ -89,8 +89,6 @@ COPY --chown=185 target/quarkus-app/app/ /deployments/app/
COPY --chown=185 target/quarkus-app/quarkus/ /deployments/quarkus/
EXPOSE 8080
USER 185
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"