From 1a136893cc4f6cd8bd35fbb0d2eb1e68a2589ca5 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 9 Nov 2020 10:42:12 +0800 Subject: [PATCH] Switched to use master branch of code --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bd9813..81f13da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk update && \ apk -U add python3 gcc py3-pip python3-dev musl-dev libffi-dev git && \ adduser -D python -RUN mkdir /data && cd /data && git clone --single-branch --branch dev https://git.ervine.org/jonny/gcp-hockey-results /data +RUN mkdir /data && cd /data && git clone --single-branch --branch master https://git.ervine.org/jonny/gcp-hockey-results /data RUN pip3 install -r /data/requirements.txt && \ rm -rf /tmp/src && rm -rf /var/cache/apk/*