c6fbdb4b263ddf66d63d8f662d17b9a266c1c25b
Static holding page for anilstocker.org, served by nginx:alpine.
anilstocker-web
Source for https://anilstocker.org — static holding page served via nginx.
Structure
site/— web root. Everything here is served at/by nginx.Dockerfile— builds a tinynginx:alpineimage withsite/as web root.
Local preview
docker build -t anilstocker-web .
docker run --rm -p 8080:80 anilstocker-web
# visit http://localhost:8080
Deploy
Push to main — Coolify auto-deploys via webhook.
Description
Languages
HTML
93%
Dockerfile
7%