Skip to content

Instantly share code, notes, and snippets.

@anoochit
Created November 26, 2014 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anoochit/c66db773a5ecf8367d7f to your computer and use it in GitHub Desktop.
Save anoochit/c66db773a5ecf8367d7f to your computer and use it in GitHub Desktop.
fig sample dockerfile
FROM orchardup/python:2.7
ADD . /code
WORKDIR /code
RUN pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment