farwew commited on
Commit
a36b124
·
verified ·
1 Parent(s): 516d2d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 main:app --host 0.0.0.0 --port 8000 --workers ${UVICORN_WORKERS}"]
 
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}"]