From afa13e4c189d1fa4a8f5591edcff502d214cc8a0 Mon Sep 17 00:00:00 2001 From: NitiwatOwen Date: Sat, 23 Dec 2023 13:08:00 +0700 Subject: [PATCH] fix: port --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1139f33..4fc6518 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,8 +42,8 @@ COPY --from=base /app/config ./config # Set ENV to production ENV GO_ENV production -# Expose port 3001 -EXPOSE 3001 +# Expose port 3002 +EXPOSE 3002 # Run the application CMD ["./server"] \ No newline at end of file