changed port

This commit is contained in:
2025-05-21 17:21:46 +03:00
parent 0767416b85
commit 670b385b0a

View File

@@ -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