mirror of
https://github.com/tunix/digitalocean-dyndns
synced 2024-11-17 05:55:25 +00:00
run script as nobody
This commit is contained in:
parent
66661e7922
commit
f3824056f7
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ FROM alpine
|
|||
MAINTAINER Alper Kanat <tunix@raptiye.org>
|
||||
RUN apk --no-cache add curl jq
|
||||
COPY dyndns.sh /
|
||||
USER nobody
|
||||
ENTRYPOINT exec /dyndns.sh
|
||||
|
|
Loading…
Reference in a new issue