animesounds commited on
Commit
0efb56f
·
verified ·
1 Parent(s): 1fe4911

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY . .
16
 
17
  # Expose the port the app will run on
18
  # Hugging Face Spaces will map this internal port to an external one
19
- EXPOSE 7860 # Spaces typically uses port 7860 or 80, 7860 is common for demos
20
 
21
  # Command to run the application using Gunicorn and Uvicorn workers
22
  # HF Spaces provides the port via the PORT environment variable
 
16
 
17
  # Expose the port the app will run on
18
  # Hugging Face Spaces will map this internal port to an external one
19
+ EXPOSE 7860
20
 
21
  # Command to run the application using Gunicorn and Uvicorn workers
22
  # HF Spaces provides the port via the PORT environment variable