3 lines
70 B
Docker
3 lines
70 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
|