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

RUN chmod 777 /app

RUN pip install chromedriver
RUN seleniumbase get chromedriver

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