Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
12 |
EXPOSE 8000
|
13 |
|
14 |
# Run app.py when the container launches
|
15 |
-
CMD ["uvicorn", "
|
|
|
12 |
EXPOSE 8000
|
13 |
|
14 |
# Run app.py when the container launches
|
15 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|