diff --git a/Dockerfile b/Dockerfile index 03a26ea..1453662 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update \ ADD openvpn/ /etc/openvpn/ ADD qbittorrent/ /etc/qbittorrent/ -RUN chmod +x /etc/qbittorrent/start.sh /etc/qbittorrent/iptables.sh /etc/openvpn/start.sh +RUN chmod +x /etc/qbittorrent/scripts/*.sh /etc/openvpn/*.sh ENV OPENVPN_USERNAME=**None** \ OPENVPN_PASSWORD=**None** \