From 1ed736d1165d4c8e0ed7d53161a4dbea468613ee Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 16 Aug 2025 15:41:48 -0400 Subject: [PATCH] tsk-42: Updating exposed port for docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32077e1..d474b35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ COPY --from=builder /usr/src/app/target/release/songparser . COPY --from=builder /usr/src/app/.env . # Expose the port your Axum app listens on (e.g., 3000 or 8000) -EXPOSE 3002 +EXPOSE 3000 # Set the command to run your application # Ensure this matches the binary name copied above