ionik commited on
Commit
fe8a589
1 Parent(s): 82373e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,4 +48,4 @@ RUN ls -al
48
  EXPOSE 7860
49
 
50
  # Run uvicorn when the container launches
51
- CMD ["python3", "demo.py", "--host", "0.0.0.0", "--port", "7860"]
 
48
  EXPOSE 7860
49
 
50
  # Run uvicorn when the container launches
51
+ CMD ["python3", "api.py", "--host", "0.0.0.0", "--port", "7860"]