1
0
..
2024-09-20 01:27:15 +03:00
2024-09-20 01:27:15 +03:00
2024-11-08 12:10:06 +03:00
2024-11-08 12:10:06 +03:00

simple static site

configuration:

server {
    listen 8080;
}

Dockerfile:

FROM docker.io/rockdrilla/angie-conv:v0.0.5

COPY /site/   /etc/angie/site/
COPY /static/ /etc/angie/static/

both are simple and fine enough.