mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-01 21:12:17 -04:00
Use inbuilt init script
This commit is contained in:
parent
6901d10d54
commit
0b52d52f4a
4 changed files with 14 additions and 34 deletions
|
@ -3,9 +3,3 @@ FROM postgres:10
|
|||
# Do not require a PostgreSQL superuser password.
|
||||
# See https://github.com/docker-library/postgres/issues/681.
|
||||
ENV POSTGRES_HOST_AUTH_METHOD trust
|
||||
|
||||
ADD ./config/sql /config/sql
|
||||
ADD ./docker/entrypoint.postgres.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
CMD [ "postgres" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue