Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,4 @@ COPY . .
|
|
| 16 |
EXPOSE 8000
|
| 17 |
|
| 18 |
# Run the application
|
| 19 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|
|
|
|
| 16 |
EXPOSE 8000
|
| 17 |
|
| 18 |
# Run the application
|
| 19 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|