Sign inSign up

martadinata666/python-http-server

By martadinata666

Updated almost 3 years ago

minimal python http server

Image
0

791

martadinata666/python-http-server repository overview

Minimal python http server

Inspired by https://blog.nicolasmesa.co/posts/2018/09/serve-your-current-directory-with-python-and-http/

Checkout rs-http-server

Compose

version: "3.5"
services:
  app:
    image: martadinata666/python-http-server:latest
    volumes:
      - ./path/to/data:/data
    ports:
      - 25000:8000
  • Permission default as user #1000

Tag summary

Content type

Image

Digest

sha256:4254df840

Size

52.8 MB

Last updated

almost 3 years ago

docker pull martadinata666/python-http-server