From 1787f30e720508a3c7bd2aad49b479b4a63a986b Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 2 Nov 2025 16:49:12 -0500 Subject: [PATCH] tsk-186: Updated exposed port on docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a1a415..de28dd7 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 3000 +EXPOSE 8000 # Set the command to run your application # Ensure this matches the binary name copied above