Created
October 25, 2017 20:51
-
-
Save amitsaha/bd31ad432f83bfd178f0cedd7a45d59f to your computer and use it in GitHub Desktop.
Dockerfile for running a HTTP server on port 8000
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
# 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