Merge pull request #105 from ajs6f/PostgreSQL-initialization-files-ownership
PostgreSQL initialization files ownership
This commit is contained in:
commit
5cd6ab310a
@ -1,4 +1,4 @@
|
||||
FROM postgres:12-alpine
|
||||
|
||||
# Include extra setup scripts (eg datastore)
|
||||
COPY docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
|
||||
COPY --chown=postgres:postgres docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user