NitinBot002 commited on
Commit
c036dc7
·
verified ·
1 Parent(s): b70573c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,8 +14,8 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  COPY . .
15
 
16
  # Expose the port the app runs on (defined by the PORT environment variable or 5000)
17
- EXPOSE 5000
18
 
19
  # Define the command to run the application
20
  # Run the application using Gunicorn
21
- CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
 
14
  COPY . .
15
 
16
  # Expose the port the app runs on (defined by the PORT environment variable or 5000)
17
+ EXPOSE 7860
18
 
19
  # Define the command to run the application
20
  # Run the application using Gunicorn
21
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]