Kulathuna23 commited on
Commit
301af53
·
verified ·
1 Parent(s): 016ed3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN echo '#!/bin/sh\nnpm start' > start.sh \
22
  USER node
23
 
24
  # Expose the port
25
- EXPOSE 7860
26
 
27
  # Run the start.sh script
28
  CMD ["sh", "start.sh"]
 
22
  USER node
23
 
24
  # Expose the port
25
+ EXPOSE 8000
26
 
27
  # Run the start.sh script
28
  CMD ["sh", "start.sh"]