pvanand commited on
Commit
962ef14
·
verified ·
1 Parent(s): 8f8975a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  # Expose the port the app runs on
17
  # Required: Update port number on Readme.md
18
- EXPOSE 5000
19
 
20
  # Run the application
21
  CMD ["python", "main.py"]
 
15
 
16
  # Expose the port the app runs on
17
  # Required: Update port number on Readme.md
18
+ EXPOSE 7860
19
 
20
  # Run the application
21
  CMD ["python", "main.py"]