L
This commit is contained in:
parent
d347d8cf38
commit
3a20705e4b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN apt update && apt install -y \
|
||||||
git
|
git
|
||||||
|
|
||||||
RUN git clone https://github.com/iv-org/invidious /tmp/invidious
|
RUN git clone https://github.com/iv-org/invidious /tmp/invidious
|
||||||
RUN mkdir -p /config/sql
|
RUN mkdir -p /config
|
||||||
RUN cp -r /tmp/invidious/config/sql /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
|
RUN cp -r /tmp/invidious/docker/init-invidious-db.sh /docker-entrypoint-initdb.d/init-invidious-db.sh
|
||||||
|
|
||||||
|
|
Reference in a new issue