diff --git a/Dockerfile b/Dockerfile index dfd9594..bfaa9e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,6 +62,7 @@ RUN inv install-dnsdist-build-deps $([ "$(. /etc/os-release && echo $VERSION_COD # Copy permissions for /opt and node_modules like Github runner VMs RUN sudo mkdir -p /usr/local/lib/node_modules RUN sudo chmod 777 /opt /usr/local/bin /usr/share /usr/local/lib/node_modules +RUN sudo chmod 777 -R /opt/pdns-auth WORKDIR ${USER_HOME}