Update Dockerfile

This commit is contained in:
Quentin McGaw
2018-03-15 13:29:47 -04:00
committed by GitHub
parent a8239c6cbd
commit ada714af2f

View File

@@ -7,5 +7,5 @@ RUN curl https://www.privateinternetaccess.com/openvpn/openvpn.zip > openvpn.zip
RUN apk del curl unzip
COPY script.sh ./
RUN chmod +x script.sh
ENV REGION="Romania"
ENTRYPOINT ["/pia/script.sh"]
VOLUME ["/pia/auth.conf"]
ENTRYPOINT ["/pia/script.sh"]