minimal python http server
791
Inspired by https://blog.nicolasmesa.co/posts/2018/09/serve-your-current-directory-with-python-and-http/
version: "3.5"
services:
app:
image: martadinata666/python-http-server:latest
volumes:
- ./path/to/data:/data
ports:
- 25000:8000
Content type
Image
Digest
sha256:4254df840…
Size
52.8 MB
Last updated
almost 3 years ago
docker pull martadinata666/python-http-server