Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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
|