Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 00:37:37 -05:00 committed by GitHub
parent e16769c7df
commit 51492f4d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ RUN apt-get update \
ADD openvpn/ /etc/openvpn/
ADD qbittorrent/ /etc/qbittorrent/
RUN chmod +x /etc/qbittorrent/*.sh /etc/openvpn/*.sh
RUN chmod a+x /etc/qbittorrent/*.sh /etc/openvpn/*.sh
ENV OPENVPN_USERNAME=**None** \
OPENVPN_PASSWORD=**None** \
@ -28,4 +28,4 @@ ENV OPENVPN_USERNAME=**None** \
EXPOSE 8080
EXPOSE 8999
EXPOSE 8999/udp
CMD ["/etc/openvpn/start.sh"]
CMD ["/bin/bash", "/etc/openvpn/start.sh"]