diff --git a/Dockerfile b/Dockerfile index 2fcd024..df16e88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN chown 1001 /work \ COPY --chown=1001:root quarkus-app/ /work/quarkus-app # Expose the application's port -EXPOSE 8080 +EXPOSE 8090 # Switch to non-root user for better security USER 1001