Zonex999 commited on
Commit
9d1466e
·
verified ·
1 Parent(s): cc6f55c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
11
  COPY app.py .
12
 
13
  # Expose port
14
- EXPOSE 5000
15
 
16
  # Run the app
17
  CMD ["python", "app.py"]
 
11
  COPY app.py .
12
 
13
  # Expose port
14
+ EXPOSE 7860
15
 
16
  # Run the app
17
  CMD ["python", "app.py"]