Spaces:
deepak191z
/
Runtime error

deepak191z commited on
Commit
9cb70cd
·
verified ·
1 Parent(s): 0e51547

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -25,8 +25,8 @@ RUN pnpm install
25
  RUN chmod -R 777 /home/appuser/react-video-editor
26
 
27
  # Expose the port
28
- EXPOSE 5176
29
- ENV PORT 5176
30
 
31
  # Start the application
32
  CMD ["pnpm", "dev"]
 
25
  RUN chmod -R 777 /home/appuser/react-video-editor
26
 
27
  # Expose the port
28
+ EXPOSE 5173
29
+ ENV PORT 5173
30
 
31
  # Start the application
32
  CMD ["pnpm", "dev"]