Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
/ althttpd-xsim Public archive

Super tiny static web server based on Sqlite/Althttpd

License

Notifications You must be signed in to change notification settings

jveres/althttpd-xsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

althttpd-xsim

Super tiny static web server Docker image based on Sqlite/Althttpd

Docker Image Size (latest by date)

Usage

docker build -t althttpd .

docker run --rm -v `pwd`/default.website:/default.website -p8080:8080 althttpd