Files
aviation/nginx/Dockerfile

4 lines
87 B
Docker

FROM nginx
COPY nginx.conf /etc/nginx/nginx.conf
COPY templates/ /etc/nginx/templates/