Skip to content

Commit

Permalink
test3?
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Dec 11, 2018
1 parent 001a650 commit 110aab2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM lsiobase/alpine.python3

LABEL maintainer="dirtycajunrice"

#ENV branch="master"
ARG branch="master"

ENV branch=$branch

RUN \
git clone --single-branch -b $branch https:/Boerderij/Varken.git /app && \
Expand Down

0 comments on commit 110aab2

Please sign in to comment.