diff --git a/docker/debian-buster/selfcontained/Dockerfile b/docker/debian-buster/selfcontained/Dockerfile index fe6dad4a..e854e9ce 100644 --- a/docker/debian-buster/selfcontained/Dockerfile +++ b/docker/debian-buster/selfcontained/Dockerfile @@ -3,7 +3,7 @@ FROM node:18-buster AS builder # LABEL maintainer="Patrik J. Braun" # copying only package{-lock}.json to make node_modules cachable -RUN git clone https://github.com/mrtnbr/pigallery2.git /build +RUN git clone https://github.com/bpatrik/pigallery2.git /build WORKDIR /build RUN npm install --unsafe-perm \ && mkdir -p /build/release/data/config \