ASC8384 commited on
Commit
2a97c22
·
1 Parent(s): 98c77e8
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -77,5 +77,5 @@ RUN playwright install
77
  EXPOSE 7860
78
 
79
  COPY --chown=user:user . /code
80
- # CMD ["sh", "-c", "python init_playwright.py && python app.py"]
81
- CMD ["python", "app.py"]
 
77
  EXPOSE 7860
78
 
79
  COPY --chown=user:user . /code
80
+ CMD ["sh", "-c", "python init_playwright.py && python app.py"]
81
+ # CMD ["python", "app.py"]