diff --git a/Dockerfile b/Dockerfile index e73aa53..aa11920 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get update \ ADD openvpn/ /etc/openvpn/ ADD qbittorrent/ /etc/qbittorrent/ -RUN chmod +x /etc/qbittorrent/scripts/*.sh /etc/openvpn/*.sh +RUN chmod +x /etc/qbittorrent/*.sh /etc/openvpn/*.sh ENV OPENVPN_USERNAME=**None** \ OPENVPN_PASSWORD=**None** \