Skip to content

Instantly share code, notes, and snippets.

@yoanisgil
Created June 2, 2015 21:06
Show Gist options
  • Save yoanisgil/9412636d31e2ba55f305 to your computer and use it in GitHub Desktop.
Save yoanisgil/9412636d31e2ba55f305 to your computer and use it in GitHub Desktop.
FROM ubuntu:14.04
MAINTAINER "Yoanis Gil <gil.yoanis@gmail.com>"
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