From bcf9b7a53be60d1970235e408d2ffbd2b749f562 Mon Sep 17 00:00:00 2001 From: Murtadha Date: Thu, 11 Jul 2024 21:46:40 -0400 Subject: [PATCH] Correct exposed port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d34560..27b8d12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ RUN npm run build FROM nginx:alpine COPY --from=build /app/build /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf -EXPOSE 5137 +EXPOSE 5173 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file