3 lines
68 B
Docker
3 lines
68 B
Docker
|
FROM postgres:12-alpine
|
||
|
|
||
|
COPY ./initdb.d /docker-entrypoint-initdb.d
|