Fixed Dockerfile

This commit is contained in:
Quentin McGaw
2018-04-01 14:00:07 -04:00
parent 34a87ff6cf
commit 712b10dbf9

View File

@@ -4,7 +4,7 @@ LABEL maintainer="quentin.mcgaw@gmail.com" \
download="3.3MB" \
size="8MB" \
ram="4.3MB" \
cpu_usage="Very low"
cpu_usage="Very low" \
github="https://github.com/qdm12/private-internet-access-docker"
COPY script.sh .
RUN chmod +x script.sh && \