FROM python:3 RUN pip install PyGithub WORKDIR /usr/src/app COPY . . CMD [ "python", "./github_searcher.py" ]