Add config to docker, env overrides

This commit is contained in:
Tyler
2018-07-03 01:35:20 -04:00
parent 725f298f2e
commit 2c0b9fb350
8 changed files with 57 additions and 30 deletions

View File

@ -8,5 +8,6 @@ RUN apk --no-cache add tini
ENTRYPOINT ["/sbin/tini", "-g", "--"]
CMD ["godns"]
COPY etc/godns.conf /etc/godns.conf
COPY godns /usr/local/bin/godns
RUN chmod +x /usr/local/bin/godns