Reaperxxxx commited on
Commit
05d8226
·
verified ·
1 Parent(s): 7098d62

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN yarn install
13
  RUN chmod +x start.sh
14
 
15
  # Expose port
16
- EXPOSE 3000
17
 
18
  # Run start script
19
  CMD ["sh", "./start.sh"]
 
13
  RUN chmod +x start.sh
14
 
15
  # Expose port
16
+ EXPOSE 7860
17
 
18
  # Run start script
19
  CMD ["sh", "./start.sh"]