5 lines
142 B
Docker
5 lines
142 B
Docker
FROM postgres:16
|
|
|
|
COPY ./docker/initdb.d/ /docker-entrypoint-initdb.d/
|
|
# COPY ./docker/postgres.conf /var/lib/postgresql/data/postgresql.conf
|