3 lines
74 B
Docker
3 lines
74 B
Docker
FROM postgres
|
|
COPY ../../pg_hba.conf /var/lib/postgresql/data/pg_hba.conf
|
FROM postgres
|
|
COPY ../../pg_hba.conf /var/lib/postgresql/data/pg_hba.conf
|