From 98a16d93320a5e8907ce381da79736c66ec861cc Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Tue, 11 Dec 2018 00:13:17 -0600 Subject: [PATCH] test4 --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6fab470..259cb60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,11 +6,9 @@ ARG branch="master" ENV branch=$branch -#COPY / /app/Varken +COPY / /app/Varken RUN \ - echo $PWD && ls && \ - git clone --single-branch -b $branch https://github.com/Boerderij/Varken.git /app && \ python3 -m pip install -r /app/requirements.txt && \ chown -R abc:abc \ /config \