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

Latest commit

 

History

History
11 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 310 Bytes

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