Guest User

Untitled

a guest
Feb 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. FROM python:3.6.1-alpine
  2. RUN pip install flask
  3. CMD ["python","app.py"]
  4. COPY app.py /app.py
Add Comment
Please, Sign In to add comment