Revert "L"

This reverts commit 3a20705e4b.
This commit is contained in:
Didier Slof 2023-02-15 09:08:34 +01:00
parent ce3c21461b
commit 01be85f9f9
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -4,7 +4,7 @@ RUN apt update && apt install -y \
git
RUN git clone https://github.com/iv-org/invidious /tmp/invidious
RUN mkdir -p /config
RUN mkdir -p /config/sql
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