Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ RUN pip install --upgrade pip && \
|
|
| 18 |
EXPOSE 8000
|
| 19 |
|
| 20 |
# Run the FastAPI app using uvicorn with 4 workers
|
| 21 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"
|
|
|
|
| 18 |
EXPOSE 8000
|
| 19 |
|
| 20 |
# Run the FastAPI app using uvicorn with 4 workers
|
| 21 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|