ahmetalper commited on
Commit
1357142
1 Parent(s): c759fa8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -43,6 +43,7 @@ RUN pip install -r requirements.txt
43
 
44
  # Install chromedriver
45
  RUN pip install seleniumbase
 
46
  RUN seleniumbase install chromedriver
47
 
48
  # CMD to run the application
 
43
 
44
  # Install chromedriver
45
  RUN pip install seleniumbase
46
+ RUN chmod -R 777 /code /usr/local/lib/python3.9/site-packages/seleniumbase
47
  RUN seleniumbase install chromedriver
48
 
49
  # CMD to run the application