Skip to content

Instantly share code, notes, and snippets.

@up1
Created March 23, 2016 12:12
Show Gist options
  • Select an option

  • Save up1/99dff4424bd06dba7f44 to your computer and use it in GitHub Desktop.

Select an option

Save up1/99dff4424bd06dba7f44 to your computer and use it in GitHub Desktop.
Docker Ecosystem
FROM python:2.7
ADD . /src
WORKDIR /src
RUN pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment