Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir -r Requirements.txt
|
|
17 |
ENV HF_HOME=/app/.cache
|
18 |
|
19 |
# Define environment variable for Flask app port (optional but not needed in HF Spaces)
|
20 |
-
ENV PORT=7680
|
21 |
|
22 |
# Run the application using Gunicorn
|
23 |
ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:7680", "app:app"]
|
|
|
17 |
ENV HF_HOME=/app/.cache
|
18 |
|
19 |
# Define environment variable for Flask app port (optional but not needed in HF Spaces)
|
20 |
+
#ENV PORT=7680
|
21 |
|
22 |
# Run the application using Gunicorn
|
23 |
ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:7680", "app:app"]
|