diff --git a/Dockerfile b/Dockerfile index 4be48d0..0f2a8d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ ENV SHELL="/bin/bash" \ COPY --from=build /. / -WORKDIR /root +WORKDIR /data/htdocs/www VOLUME [ "/config","/data" ]