Fixed Dockerfile chmod +x

This commit is contained in:
Quentin McGaw
2018-02-07 14:13:45 -05:00
parent c538e67580
commit ebbb281280
2 changed files with 1 additions and 1 deletions

View File

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