Fixed non root permission issue

This commit is contained in:
Quentin McGaw
2018-09-21 17:39:03 +02:00
parent cfd1bab58d
commit 93ea50bd49

View File

@@ -29,4 +29,5 @@ RUN apk add -q --progress --no-cache --update openvpn ca-certificates iptables i
addgroup -S nonrootusers && adduser -S nonrootuser -G nonrootusers
COPY unbound.conf /etc/unbound/unbound.conf
COPY entrypoint.sh /
RUN chmod +x entrypoint.sh
ENTRYPOINT /entrypoint.sh