.. | ||
site | ||
static | ||
Dockerfile | ||
README.md |
simple static site
configuration:
server {
listen 8080;
}
Dockerfile:
FROM docker.io/rockdrilla/angie-conv:v0.0.1
COPY /site/ /etc/angie/site/
COPY /static/ /etc/angie/static/
both are simple and fine enough.