From 670b385b0a3c1b003db283148ec3eec29f8cf6bc Mon Sep 17 00:00:00 2001 From: konsthol Date: Wed, 21 May 2025 17:21:46 +0300 Subject: [PATCH] changed port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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