arabdullah commited on
Commit
1243a04
·
verified ·
1 Parent(s): a887ce2
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 3000
26
 
27
  # Run the start.sh script
28
  CMD ["sh", "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"]