fix: upstream address

main
w2 4 years ago
parent ae604765ef
commit 10f92c938e

@ -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 && \

Loading…
Cancel
Save