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