diff --git a/Dockerfile b/Dockerfile index 3fe9513..3e23dd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM nginx:latest COPY build/ /usr/share/nginx/html # Expose port 80 for HTTP traffic -EXPOSE 80 +EXPOSE 8080 # Start Nginx when the container runs -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"]