Fixed non root permission issue
This commit is contained in:
@@ -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
|
addgroup -S nonrootusers && adduser -S nonrootuser -G nonrootusers
|
||||||
COPY unbound.conf /etc/unbound/unbound.conf
|
COPY unbound.conf /etc/unbound/unbound.conf
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
RUN chmod +x entrypoint.sh
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT /entrypoint.sh
|
||||||
Reference in New Issue
Block a user