nexusbert commited on
Commit
f9f157c
·
verified ·
1 Parent(s): 747bec2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,4 +39,4 @@ COPY . .
39
 
40
  EXPOSE 7860
41
 
42
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
39
 
40
  EXPOSE 7860
41
 
42
+ CMD ["uvicorn", "api_server:app", "--host", "0.0.0.0", "--port", "7860"]