Skip to content

Instantly share code, notes, and snippets.

View akojimsg's full-sized avatar

Ezekiel Inalegwu Akoji akojimsg

View GitHub Profile
@akojimsg
akojimsg / Dockerfile
Created March 15, 2024 06:24 — forked from ThinhPhan/Dockerfile
Docker PostgreSQL - initial scripts - create user, create multiple databases.
FROM postgres:9.15-alpine
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/