Skip to content

Instantly share code, notes, and snippets.

@ZhukovAlexander
Created September 11, 2019 12:57
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 ZhukovAlexander/e1d480c3640b8f2bc30ccb3d8e8e0ace to your computer and use it in GitHub Desktop.
Save ZhukovAlexander/e1d480c3640b8f2bc30ccb3d8e8e0ace to your computer and use it in GitHub Desktop.
FROM python:3.7-slim
COPY requirements.txt /
RUN pip install -r requirements.txt
COPY pipe.py /
ENTRYPOINT ["python3", "pipe.py"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment