This commit is contained in:
Nicholas St. Germain 2018-12-10 23:11:54 -06:00
parent b0022523e0
commit f74b7a1830

View file

@ -2,7 +2,7 @@ FROM lsiobase/alpine.python3
LABEL maintainer="dirtycajunrice" LABEL maintainer="dirtycajunrice"
ENV branch="master" #ENV branch="master"
RUN \ RUN \
git clone --single-branch -b $branch https://github.com/Boerderij/Varken.git /app && \ git clone --single-branch -b $branch https://github.com/Boerderij/Varken.git /app && \