From 1309b8f70fc4ec1fdd59190788d5c32564b4658e Mon Sep 17 00:00:00 2001 From: g Date: Thu, 6 Jan 2022 16:27:09 +0000 Subject: [PATCH] fix: correct upstream repository --- Dockerfile.photovoter-frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.photovoter-frontend b/Dockerfile.photovoter-frontend index 5fad1cc..d57981f 100644 --- a/Dockerfile.photovoter-frontend +++ b/Dockerfile.photovoter-frontend @@ -6,7 +6,7 @@ ARG DOMAIN='gman.me' RUN apk add --no-cache git # Pull frontend -RUN git clone --depth=1 https://git.iamonlyherefortheicecream.ml/g/photovoter-front.git /srv && \ +RUN git clone --depth=1 https://git.iamonlyherefortheicecream.ml/DIWHY/photovoter-front.git /srv && \ rm -rf /srv/.git /srv/.gitignore # Clean up