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

Update Dockerfile

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