missing copy config

pull/1/head
webhainaut 6 years ago committed by GitHub
parent 9ae1336e67
commit 9d0c92a561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Dockerfile

@ -22,10 +22,10 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repos
ca-certificates \ ca-certificates \
&& mkdir -p /srv/dyndns && mkdir -p /srv/dyndns
COPY config /srv/dyndns/cmd.sh COPY config/cmd.sh /srv/dyndns/cmd.sh
COPY config /srv/dyndns/entrypoint.sh COPY config/entrypoint.sh /srv/dyndns/entrypoint.sh
COPY config /srv/dyndns/dynhost COPY config/dynhost.sh /srv/dyndns/dynhost
COPY config /etc/cron.d/dynhost COPY config/cronjob.txt /etc/cron.d/dynhost
RUN chmod +x /srv/dyndns/dynhost \ RUN chmod +x /srv/dyndns/dynhost \
&& chmod +x /srv/dyndns/entrypoint.sh \ && chmod +x /srv/dyndns/entrypoint.sh \

Loading…
Cancel
Save