VeuReu commited on
Commit
cf7b953
·
verified ·
1 Parent(s): 287f01b

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY . /app
13
 
14
  # HF Spaces expone PORT
15
  ENV PORT=7860
16
- CMD ["uvicorn", "main_api:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "1"]
 
13
 
14
  # HF Spaces expone PORT
15
  ENV PORT=7860
16
+ CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "1"]