Spaces:
Sleeping
Sleeping
Upload 10 files
#17
by Spacexpedition - opened
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 8 |
|
| 9 |
EXPOSE 8000
|
| 10 |
|
| 11 |
-
CMD ["
|
|
|
|
| 8 |
|
| 9 |
EXPOSE 8000
|
| 10 |
|
| 11 |
+
CMD ["uvicorn", "env:app", "--host", "0.0.0.0", "--port", "8000"]
|