2 lines
84 B
Docker
2 lines
84 B
Docker
FROM postgres:13
|
|
COPY scripts/bootstrap.sh /docker-entrypoint-initdb.d/bootstrap.sh
|