Reaperxxxx commited on
Commit
dd10bc0
·
verified ·
1 Parent(s): 5cd4cea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN touch users.json && \
19
  RUN chmod +x start.sh
20
 
21
  # Expose port
22
- EXPOSE 3000
23
 
24
  # Run start script
25
  CMD ["sh", "./start.sh"]
 
19
  RUN chmod +x start.sh
20
 
21
  # Expose port
22
+ EXPOSE 7860
23
 
24
  # Run start script
25
  CMD ["sh", "./start.sh"]