Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,4 +28,4 @@ ENV CSV_PATH=/app/generated_dummy_data.csv
|
|
| 28 |
ENV UVICORN_WORKERS=1
|
| 29 |
|
| 30 |
# command
|
| 31 |
-
CMD ["sh", "-c", "uvicorn
|
|
|
|
| 28 |
ENV UVICORN_WORKERS=1
|
| 29 |
|
| 30 |
# command
|
| 31 |
+
CMD ["sh", "-c", "uvicorn app:app --host 0.0.0.0 --port 8000 --workers ${UVICORN_WORKERS}"]
|