docker-ckan/postgresql/Dockerfile

5 lines
156 B
Docker
Raw Normal View History

2023-03-23 10:34:40 +01:00
FROM postgres:15-alpine
2020-09-17 11:42:27 +02:00
# Include extra setup scripts (eg datastore)
COPY --chown=postgres:postgres docker-entrypoint-initdb.d /docker-entrypoint-initdb.d