Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 07:40:17 -05:00 committed by GitHub
parent 636afe95ed
commit 7935062449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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** \