https://github.com/stenic/static-web
Tiny static webserver running as non-root with support for amd64, arm/v7 and arm64.
https://github.com/stenic/static-web
Last synced: 3 months ago
JSON representation
Tiny static webserver running as non-root with support for amd64, arm/v7 and arm64.
- Host: GitHub
- URL: https://github.com/stenic/static-web
- Owner: stenic
- License: other
- Created: 2020-10-26T15:00:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-04-24T19:17:59.000Z (3 months ago)
- Last Synced: 2026-04-24T21:13:52.899Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```