website/nginx/Dockerfile
2021-10-18 19:27:45 +02:00

6 lines
70 B
Docker

FROM nginx:latest
COPY ./yaaaw.conf /etc/nginx/conf.d/
VOLUME /data