Skip to content

Instantly share code, notes, and snippets.

@amitsaha
Created October 25, 2017 20:51
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 amitsaha/bd31ad432f83bfd178f0cedd7a45d59f to your computer and use it in GitHub Desktop.
Save amitsaha/bd31ad432f83bfd178f0cedd7a45d59f to your computer and use it in GitHub Desktop.
Dockerfile for running a HTTP server on port 8000
# Build me using: docker build -t amitsaha/webapp .
FROM python:3
CMD ["python3", "-m", "http.server"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment