Just a tiny web server to host static web app. Built in Rust. Alpine enabled.
./build.sh
export SERVICE_NAME="tiny-in-alpine"
export WWW_FOLDER="www"
export LISTEN_ON="0.0.0.0:3030"
docker_run.sh
cd example
docker-compose up --build
thread 'main' panicked at 'Environment variable SERVICE_NAME is not defined: NotPresent', src/config.rs:17:27
Content type
Image
Digest
Size
6.6 MB
Last updated
over 5 years ago
docker pull thienpow/wwwloader