File size: 137 Bytes
1281a0c
15d5fb0
b40c937
 
e735efa
8579734
459058f
8579734
e03ec2f
a0b9efc
1
2
3
4
5
6
7
8
9
10
FROM python:3.9

WORKDIR /app

RUN chmod 777 .

RUN pip install seleniumbase
RUN seleniumbase get chromedriver

CMD ["python", "main.py"]