ahmetalper commited on
Commit
a0b9efc
1 Parent(s): 459058f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,4 +7,4 @@ RUN chmod 777 .
7
  RUN pip install seleniumbase
8
  RUN seleniumbase get chromedriver
9
 
10
- CMD ["python", "app/main.py"]
 
7
  RUN pip install seleniumbase
8
  RUN seleniumbase get chromedriver
9
 
10
+ CMD ["python", "main.py"]