r23 commited on
Commit
e7b02f2
1 Parent(s): 729b1c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip install diffusers transformers
8
 
9
  RUN pip install --target=/code uvicorn
10
 
11
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80"]
 
8
 
9
  RUN pip install --target=/code uvicorn
10
 
11
+ CMD uvicorn app:app --host 0.0.0.0 --port 80