Skip to content

Instantly share code, notes, and snippets.

@hmm01i
Last active June 7, 2018 01:12
Show Gist options
  • Save hmm01i/37d2edb3d6763a1ee2172e20c818a441 to your computer and use it in GitHub Desktop.
Save hmm01i/37d2edb3d6763a1ee2172e20c818a441 to your computer and use it in GitHub Desktop.
put this in the root of a flask app to docker'ize it
FROM tiangolo/uwsgi-nginx-flask:python3.6
COPY . /app
RUN pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment