Add config to docker, env overrides
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user