1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-05-04 16:53:37 +00:00

run script as nobody

This commit is contained in:
Alper Kanat 2016-01-23 23:29:05 +02:00
parent 66661e7922
commit f3824056f7

View file

@ -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