Add files via upload

This commit is contained in:
dchidell 2019-03-08 14:54:06 +00:00 committed by GitHub
parent ebb08dbf3c
commit 657dbac14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,4 +11,4 @@ RUN chmod +x /usr/local/bin/webproc
FROM build as dnsmasq FROM build as dnsmasq
RUN apk --no-cache add dnsmasq RUN apk --no-cache add dnsmasq
COPY --from=webproc /usr/local/bin/webproc /usr/local/bin/webproc COPY --from=webproc /usr/local/bin/webproc /usr/local/bin/webproc
ENTRYPOINT ["webproc","--on-exit","restart","--config","/etc/dnsmasq.conf,/etc/hosts,/etc/resolv.conf","--","dnsmasq","-k","-l","--log-facility=-"] ENTRYPOINT ["webproc","--on-exit","restart","--config","/etc/dnsmasq.conf,/etc/hosts,/etc/resolv.conf","--","dnsmasq","-k","--log-facility=-"]