website/Dockerfile
2021-09-05 22:00:59 +02:00

6 lines
70 B
Docker

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