test for cibuild

This commit is contained in:
Nicholas St. Germain 2018-12-11 00:05:37 -06:00
parent a772ddb5a6
commit 3c0c742264

View file

@ -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 \