Modified Dockerfile

This commit is contained in:
Andrea
2021-09-05 22:00:59 +02:00
parent b39a678e37
commit c25c2a06b0

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