# simple static site configuration: ```nginx server { listen 8080; } ``` Dockerfile: ```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.