fix betreft email voor invite
Some checks failed
Docker Image CI / build-and-push (push) Failing after 10m31s
Docker Image CI / deploy (push) Has been skipped
Docker Image CI / notify-failure (push) Successful in 12s

This commit is contained in:
2025-04-19 15:16:00 +02:00
parent ce8e83c40a
commit 764f931a29
3 changed files with 9 additions and 4 deletions

View File

@@ -89,6 +89,8 @@ 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=test -Djava.util.logging.manager=org.jboss.logmanager.LogManager"