diff --git a/Dockerfile b/Dockerfile index 1193ccd..24e8050 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ COPY . . RUN npm run build # Expose port 3000 (or the port your app is configured to listen on) -EXPOSE 3001 +EXPOSE 3000 # Start your Node.js server (assuming it serves the React app) CMD ["npm", "start"]