Yusin commited on
Commit
c431a91
·
1 Parent(s): 68e3d6c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,5 +16,5 @@ COPY . .
16
  RUN mkdir -p /.local/share/undetected_chromedriver
17
  RUN chmod -R 777 /.local/share/undetected_chromedriver
18
 
19
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
20
- #CMD ["python", "main.py"]
 
16
  RUN mkdir -p /.local/share/undetected_chromedriver
17
  RUN chmod -R 777 /.local/share/undetected_chromedriver
18
 
19
+ #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
20
+ CMD ["python", "main.py"]