Yusin commited on
Commit
28fd10a
·
1 Parent(s): 597af8b

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"]