anvisinghh Spacexpedition commited on
Commit
83d4065
·
1 Parent(s): 8e00762

Upload 10 files (#17)

Browse files

- Upload 10 files (c0830a960cb3839a20b6c18fd01e74b578a7ee41)


Co-authored-by: Anmol Kesarwani <Spacexpedition@users.noreply.huggingface.co>

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  EXPOSE 8000
10
 
11
- CMD ["python", "-m", "server.app"]
 
8
 
9
  EXPOSE 8000
10
 
11
+ CMD ["uvicorn", "env:app", "--host", "0.0.0.0", "--port", "8000"]