From 25c938d12a85c4c81fa806ccf21802d4e521ffb2 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 7 Jun 2026 18:06:53 -0400 Subject: [PATCH] docker changes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abad4dd..1cd620e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ COPY --from=builder /usr/src/app/.env . COPY --from=builder /usr/src/app/migrations ./migrations # Expose the port your Axum app listens on (e.g., 3000 or 8000) -EXPOSE 8001 +EXPOSE 9080 # Set the command to run your application # Ensure this matches the binary name copied above