Skip to content

Instantly share code, notes, and snippets.

@markphelps
Created September 17, 2019 13:34
Show Gist options
  • Save markphelps/c5b863bd5101429f62a71adde1a389e3 to your computer and use it in GitHub Desktop.
Save markphelps/c5b863bd5101429f62a71adde1a389e3 to your computer and use it in GitHub Desktop.
FROM python:2.7
RUN pip install mkdocs mkdocs-material pygments
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment