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
|
RUN apk del curl unzip
|
||||||
COPY script.sh ./
|
COPY script.sh ./
|
||||||
RUN chmod +x script.sh
|
RUN chmod +x script.sh
|
||||||
ENV REGION="Romania"
|
VOLUME ["/pia/auth.conf"]
|
||||||
ENTRYPOINT ["/pia/script.sh"]
|
ENTRYPOINT ["/pia/script.sh"]
|
||||||
Reference in New Issue
Block a user