Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@motemen
Created February 12, 2014 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motemen/8954007 to your computer and use it in GitHub Desktop.
Save motemen/8954007 to your computer and use it in GitHub Desktop.
FROM ubuntu
RUN apt-get update
RUN apt-get -y install python
RUN apt-get clean
EXPOSE 8000
CMD [ "python", "-m", "SimpleHTTPServer" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment