Initial site + Dockerfile
Static holding page for anilstocker.org, served by nginx:alpine.
This commit is contained in:
19
README.md
19
README.md
@@ -1,3 +1,20 @@
|
||||
# anilstocker-web
|
||||
|
||||
Source for anilstocker.org
|
||||
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 tiny `nginx:alpine` image with `site/` as web root.
|
||||
|
||||
## Local preview
|
||||
|
||||
```bash
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user