From ada714af2f13d0d6c4c0098c9017fe82157873aa Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 15 Mar 2018 13:29:47 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 934ef54e..1f41f7b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +VOLUME ["/pia/auth.conf"] +ENTRYPOINT ["/pia/script.sh"]