add mkdir
This commit is contained in:
parent
12f1dfee7c
commit
bfd06e6c66
1 changed files with 1 additions and 0 deletions
|
@ -4,5 +4,6 @@ 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 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