Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,5 +17,5 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 17 |
EXPOSE 7860
|
| 18 |
|
| 19 |
# Run the app with Hypercorn
|
| 20 |
-
CMD ["
|
| 21 |
|
|
|
|
| 17 |
EXPOSE 7860
|
| 18 |
|
| 19 |
# Run the app with Hypercorn
|
| 20 |
+
CMD ["hypercorn", "app:app", "--bind", "0.0.0.0:7860"]
|
| 21 |
|