summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 955befb54..5a123fc8d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,9 +3,9 @@
FROM debian:jessie
-ADD docker-build.sh /docker-build.sh
+ADD . /netdata.git
-RUN chmod +x /docker-build.sh && sync && sleep 1 && /docker-build.sh
+RUN cd ./netdata.git && chmod +x ./docker-build.sh && sync && sleep 1 && ./docker-build.sh
WORKDIR /