mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 06:26:26 -04:00
Update postgres entrypoint for docker image
This commit is contained in:
parent
952b208a01
commit
4c77908bb4
2 changed files with 8 additions and 2 deletions
|
@ -2,7 +2,6 @@ FROM postgres:10
|
|||
|
||||
ENV POSTGRES_USER postgres
|
||||
|
||||
ADD ./setup.sh /setup.sh
|
||||
ADD ./config/sql /config/sql
|
||||
ADD ./docker/entrypoint.postgres.sh /entrypoint.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue