Modified Dockerfile

This commit is contained in:
Andrea 2021-09-05 22:00:59 +02:00
parent b39a678e37
commit c25c2a06b0
No known key found for this signature in database
GPG Key ID: D6B0878B0B161802

View File

@ -1,3 +1,5 @@
FROM nginx:latest FROM nginx:latest
COPY ./yaaaw.conf /etc/nginx/conf.d/ COPY ./yaaaw.conf /etc/nginx/conf.d/
VOLUME /data