Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 22:45:22 -05:00 committed by GitHub
parent c6abd9ebdc
commit 3d2c7a650a
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/*.sh /etc/openvpn/*.sh
RUN chmod +x /etc/qbittorrent/*.sh /etc/qbittorrent/*.init /etc/openvpn/*.sh
# Expose ports and run
EXPOSE 8080