diff --git a/Dockerfile b/Dockerfile index 49e6723..802a263 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,10 @@ COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifica WORKDIR /app +RUN mkdir /webdav/root && chown -R 101:101 /webdav + USER 101 COPY --from=build-env /src/app . -ENTRYPOINT [ "./app" ] \ No newline at end of file +ENTRYPOINT [ "./app" ]