Skip to content

Instantly share code, notes, and snippets.

@mishin
Created April 21, 2019 10:02
Show Gist options
  • Save mishin/b73e9db4a9c9cdb3f0c1b298105a5448 to your computer and use it in GitHub Desktop.
Save mishin/b73e9db4a9c9cdb3f0c1b298105a5448 to your computer and use it in GitHub Desktop.
FROM python:3.4
RUN pip install Flask==0.10.1
WORKDIR /app
COPY app /app
CMD ["python", "identidock.py"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment