summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index cb1f75cb9..000000000
--- a/Dockerfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# author : titpetric
-# original: https://github.com/titpetric/netdata
-
-FROM debian:stretch
-
-ADD . /netdata.git
-
-RUN cd ./netdata.git && chmod +x ./docker-build.sh && sync && sleep 1 && ./docker-build.sh
-
-WORKDIR /
-
-ENV NETDATA_PORT 19999
-EXPOSE $NETDATA_PORT
-
-CMD /usr/sbin/netdata -D -s /host -p ${NETDATA_PORT}