5 lines
156 B
Docker
Executable File
5 lines
156 B
Docker
Executable File
FROM postgres:14-alpine
|
|
|
|
# Include extra setup scripts (eg datastore)
|
|
COPY --chown=postgres:postgres docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
|