markpeace commited on
Commit
2e9a633
·
1 Parent(s): 7503f5c

different launch

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY . .
13
 
14
  #CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
15
 
16
- CMD ["python3", "main.py"]
 
13
 
14
  #CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
15
 
16
+ CMD ["python3", "app.py"]