Skip to content

Instantly share code, notes, and snippets.

@jkiddo
Created March 19, 2018 12:53
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 jkiddo/38632cd10577690daeec47f6dc2c3cd5 to your computer and use it in GitHub Desktop.
Save jkiddo/38632cd10577690daeec47f6dc2c3cd5 to your computer and use it in GitHub Desktop.
docker run -it --rm --name python-web -p 8000:8000 -v "$PWD":/usr/src/myapp -w /usr/src/myapp python:3 python -m http.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment