Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -13,4 +13,5 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
13 |
|
14 |
COPY . .
|
15 |
|
16 |
-
|
|
|
|
13 |
|
14 |
COPY . .
|
15 |
|
16 |
+
# Use Gunicorn to run the Flask app
|
17 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|