Skip to content

Instantly share code, notes, and snippets.

@sreedharbukya
Created September 26, 2018 01:35
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 sreedharbukya/a21858af5300cb2feb489e935bc91a48 to your computer and use it in GitHub Desktop.
Save sreedharbukya/a21858af5300cb2feb489e935bc91a48 to your computer and use it in GitHub Desktop.
FROM python:2.7
ENV PYTHONUNBUFFERED 1
ENV DOCKER_RUN TwylaBackend
RUN mkdir -p /config/reader/local/
ADD reader/requirements.pip /config/
ADD config/local/reader.ini /config/reader/local/
RUN pip install -r /config/requirements.pip
RUN mkdir /src
ADD reader/ /src/
WORKDIR /src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment