FROM python:2.7-alpine WORKDIR /app COPY steam_review_scraper steam_review_scraper COPY main.py . ENTRYPOINT ["python", "main.py"]