parent
ce3c21461b
commit
01be85f9f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue