docker-ckan/postgresql/Dockerfile

5 lines
156 B
Docker
Raw Normal View History

2024-04-13 08:48:15 +02:00
FROM postgres:12-alpine
# Include extra setup scripts (eg datastore)
COPY --chown=postgres:postgres docker-entrypoint-initdb.d /docker-entrypoint-initdb.d