Skip to content

Instantly share code, notes, and snippets.

@kaustubhgupta
Created October 12, 2020 19:51
Show Gist options
  • Save kaustubhgupta/8420c1ba95cd041a6277ae27e70754ee to your computer and use it in GitHub Desktop.
Save kaustubhgupta/8420c1ba95cd041a6277ae27e70754ee to your computer and use it in GitHub Desktop.
FROM python:3
RUN pip install -Iv PyGithub==1.53
COPY ./ /gen_index
ENTRYPOINT ["python", "/gen_index/generate_index.py"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment