hamza82 commited on
Commit
c5e5072
·
verified ·
1 Parent(s): d594543

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,6 +54,6 @@ COPY --chown=pn run.sh run.sh
54
  RUN chmod +x run.sh
55
 
56
  # Expose the port 8080
57
- EXPOSE 7860
58
 
59
  CMD ["bash", "run.sh"]
 
54
  RUN chmod +x run.sh
55
 
56
  # Expose the port 8080
57
+ EXPOSE 8080 8000
58
 
59
  CMD ["bash", "run.sh"]