Update Dockerfile

This commit is contained in:
MarkusMcNugen
2018-02-03 22:45:22 -05:00
committed by GitHub
parent c6abd9ebdc
commit 3d2c7a650a

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