ahmetalper commited on
Commit
b40c937
1 Parent(s): b0ac09e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  FROM python:3.9
2
 
3
- RUN chmod 777 tst/app
 
 
4
 
5
  RUN pip install chromedriver
6
  RUN seleniumbase get chromedriver
 
1
  FROM python:3.9
2
 
3
+ WORKDIR /app
4
+
5
+ RUN chmod 777
6
 
7
  RUN pip install chromedriver
8
  RUN seleniumbase get chromedriver