Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ EXPOSE 8000
|
|
| 20 |
ENV PORT=8000
|
| 21 |
|
| 22 |
# Command to run the application
|
| 23 |
-
CMD ["sh", "-c", "uvicorn
|
|
|
|
| 20 |
ENV PORT=8000
|
| 21 |
|
| 22 |
# Command to run the application
|
| 23 |
+
CMD ["sh", "-c", "uvicorn app:app --host 0.0.0.0 --port $PORT"]
|