Skip to content

samliniger/python-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-server

HTTP Server to expose a web directory to serve different files for a configurable amount of requests.

Build Status

Build Status
python-server Build Status

How-to

Start the server

docker-compose up

Without docker compose

docker build -t python-server .
docker run -it --rm -p 80:8000  -e "REQUEST_LIMIT=2" -v $PWD/web/:/usr/src/app/web --name running-server python-server

About

simple python http server to serve directories

Resources

Stars

Watchers

Forks

Packages

No packages published