3 lines
93 B
Docker
3 lines
93 B
Docker
FROM postgres:14.4
|
|
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/
|