ahmetalper commited on
Commit
c5951e1
1 Parent(s): 90c4a0c

Update Dockerfile

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