docker-ckan/postgresql/Dockerfile

4 lines
129 B
Docker
Raw Normal View History

2021-01-15 16:05:22 +01:00
FROM postgres:12-alpine
2020-09-17 11:42:27 +02:00
# Include extra setup scripts (eg datastore)
COPY docker-entrypoint-initdb.d /docker-entrypoint-initdb.d