From b8fdaad7f2c879a97bd55fda84b641bd87fa6cb3 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Tue, 11 Dec 2018 00:05:37 -0600 Subject: [PATCH] test for cibuild --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index facaef6..6fab470 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,10 @@ ARG branch="master" ENV branch=$branch +#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 \