fix: clone invidious

This commit is contained in:
Didier Slof 2023-02-14 11:56:05 +01:00
parent e025200ee1
commit 12f1dfee7c
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -3,6 +3,6 @@ FROM docker.io/library/postgres:14-bullseye
RUN apt update && apt install -y \
git
RUN git clone git clone https://github.com/iv-org/invidious /tmp/invidious
RUN 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