summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorBalthazar Rouberol <balthazar.rouberol@corp.ovh.com>2016-09-20 06:57:25 +0000
committerBalthazar Rouberol <balthazar.rouberol@corp.ovh.com>2016-09-20 07:01:59 +0000
commitf4d5d6b4c833789283626ec63399000c8b6e21ea (patch)
tree73778310e4ff6c41cd4e545f1fde2e6a70ee1bea /Dockerfile
parente57e106052221ad1892d72d65f3419c951df24e2 (diff)
Do not reclone the current project from github, as it's already here
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 955befb549..5a123fc8d7 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 /