hamza82 commited on
Commit
0cbb873
·
verified ·
1 Parent(s): 69fba19

Update Dockerfile

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