Update Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user