Created
April 14, 2018 07:07
-
-
Save LennyBoyatzis/c1dc2166b2ae79723ad6cb1df33edddc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ubuntu:latest | |
| RUN apt-get update | |
| RUN apt-get install -y python python-pip wget | |
| RUN pip install Flask | |
| ADD hello.py /home/hello.py | |
| WORKDIR /home |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment