drone ci config

This commit is contained in:
Laurent Le Houerou 2019-12-17 21:40:50 +04:00
parent 1b3409ac8a
commit 323872cba2

View File

@ -13,5 +13,6 @@ RUN mkdir -p /var/spool/cron/crontabs /var/log
RUN touch /var/log/cron.log
COPY entry.sh /entry.sh
RUN chmod +x entry.sh
COPY --from=builder /tmp/dnsupdater/dnsupdater .
ENTRYPOINT ["/entry.sh"]