zuehue commited on
Commit
572aa84
·
verified ·
1 Parent(s): 084f878

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -11,7 +11,6 @@ COPY . /app
11
  RUN pip install holehe flask requests # Adjust as needed
12
 
13
  # Expose a port for the web app
14
- EXPOSE 5000
15
-
16
  # Command to run the web app
17
  CMD ["python", "app.py"]
 
11
  RUN pip install holehe flask requests # Adjust as needed
12
 
13
  # Expose a port for the web app
14
+ EXPOSE 7860
 
15
  # Command to run the web app
16
  CMD ["python", "app.py"]