From 10f92c938ec882dccff203a82adc620319c69fe6 Mon Sep 17 00:00:00 2001 From: w2 Date: Fri, 31 Dec 2021 21:21:23 +0000 Subject: [PATCH] fix: upstream address --- Dockerfile.photovoter-backend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.photovoter-backend b/Dockerfile.photovoter-backend index 3c65f8e..1dead83 100644 --- a/Dockerfile.photovoter-backend +++ b/Dockerfile.photovoter-backend @@ -15,7 +15,7 @@ RUN apt-get update && \ # Pull backend RUN mkdir --parents $DATA_LOCATION/original $DATA_LOCATION/image && \ cd $BACKEND_LOCATION && \ - git clone --depth=1 https://git.iamonlyherefortheicecream.ml/w2/photovoter_backend.git + git clone --depth=1 https://git.iamonlyherefortheicecream.ml/DIWHY/photovoter_backend.git # Install backend requirements RUN cd $BACKEND_LOCATION && \