diff --git a/Dockerfile b/Dockerfile index bdc6bcd..35d0824 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ RUN apt-get update \ ADD openvpn/ /etc/openvpn/ ADD qbittorrent/ /etc/qbittorrent/ +RUN chmod +x /etc/qbittorrent/*.sh /etc/openvpn/*.sh + ENV OPENVPN_USERNAME=**None** \ OPENVPN_PASSWORD=**None** \ OPENVPN_PROVIDER=**None** @@ -27,4 +29,3 @@ EXPOSE 8080 EXPOSE 8999 EXPOSE 8999/udp CMD ["/etc/openvpn/start.sh"] -CMD ["/etc/qbittorrent/start.sh"]