fullstuckdev commited on
Commit
5b89a6c
·
verified ·
1 Parent(s): b14873b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ COPY . .
26
  RUN npm run build
27
 
28
  # Expose the port the app runs on
29
- EXPOSE 3000
30
 
31
  # Start the application
32
  CMD ["npm", "start"]
 
26
  RUN npm run build
27
 
28
  # Expose the port the app runs on
29
+ EXPOSE 3001
30
 
31
  # Start the application
32
  CMD ["npm", "start"]