diff --git a/Dockerfile b/Dockerfile index ee0681b..df8304a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM nginx:latest COPY ./yaaaw.conf /etc/nginx/conf.d/ + +VOLUME /data