stenic / static-web

Tiny static webserver running as non-root with support for amd64, arm/v7 and arm64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Web

Tiny static webserver running as non-root with support for amd64, arm/v7 and arm64.

In order to allow for more control, this now includes nginx. This got the image to ~20MB.

Usage

docker run -ti \
    -v $(pwd)/web:/web \
    -p 8080:8080 \
    ghcr.io/stenic/static-web:latest

About

Tiny static webserver running as non-root with support for amd64, arm/v7 and arm64.

License:Other


Languages

Language:Dockerfile 70.6%Language:HTML 29.4%