File size: 139 Bytes
1281a0c
15d5fb0
b40c937
 
 
8579734
864a891
8579734
e03ec2f
8318ccf
1
2
3
4
5
6
7
8
9
10
FROM python:3.9

WORKDIR /app

RUN chmod 777

RUN pip install chromedriver
RUN seleniumbase get chromedriver

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