From a92f0c5345cc9b68b5e9152b26d7fded0e112b75 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 27 Jan 2024 13:41:51 +0000 Subject: [PATCH] Update docker/child/Dockerfile --- docker/child/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/child/Dockerfile b/docker/child/Dockerfile index 7f7a3d2..1644b9a 100644 --- a/docker/child/Dockerfile +++ b/docker/child/Dockerfile @@ -1,3 +1,4 @@ FROM netdata/netdata -COPY stream.conf /etc/netdata/stream.conf \ No newline at end of file +COPY stream.conf /etc/netdata/stream.conf +COPY hosts /etc/hosts \ No newline at end of file