10 lines
362 B
Docker
10 lines
362 B
Docker
FROM postgres:16.14-alpine@sha256:57c72fd2a128e416c7fcc499958864df5301e940bca0a56f58fddf30ffc07777
|
|
|
|
COPY --chmod=0555 \
|
|
infra/docker/postgres/init-application-role.sh \
|
|
/docker-entrypoint-initdb.d/20-init-application-role.sh
|
|
|
|
COPY --chmod=0555 \
|
|
infra/docker/postgres/healthcheck-application-role.sh \
|
|
/usr/local/bin/dzentra-postgres-healthcheck
|