Created
June 2, 2015 21:06
-
-
Save yoanisgil/9412636d31e2ba55f305 to your computer and use it in GitHub Desktop.
This file contains 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:14.04 | |
MAINTAINER "Yoanis Gil <[email protected]>" | |
RUN apt-get update && apt-get -y install python2.7 | |
ADD ./helloworld.py /helloworld.py | |
ENTRYPOINT python2.7 /helloworld.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment