Spaces:
Running
Running
edited the dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ COPY app/ ./app/
|
|
20 |
EXPOSE 8000
|
21 |
|
22 |
# Start the FastAPI server
|
23 |
-
CMD ["uvicorn", "app.
|
|
|
20 |
EXPOSE 8000
|
21 |
|
22 |
# Start the FastAPI server
|
23 |
+
CMD ["uvicorn", "app.app:app", "--host", "0.0.0.0", "--port", "8000"]
|