diff --git a/custom/invidious-db/Dockerfile b/custom/invidious-db/Dockerfile index 0c40d2f..1c64783 100644 --- a/custom/invidious-db/Dockerfile +++ b/custom/invidious-db/Dockerfile @@ -3,6 +3,6 @@ FROM docker.io/library/postgres:14-bullseye RUN apt update && apt install -y \ git -RUN git clone https://github.com/iv-org/invidious /tmp/invidious +RUN git clone git clone https://github.com/iv-org/invidious /tmp/invidious RUN cp -r /tmp/invidious/config/sql /config/sql RUN cp -r /tmp/invidious/docker/init-invidious-db.sh /docker-entrypoint-initdb.d/init-invidious-db.sh \ No newline at end of file