7 lines
76 B
Docker
7 lines
76 B
Docker
FROM postgres:16
|
|
|
|
COPY init.sql /docker-entrypoint-initdb.d/
|
|
|
|
EXPOSE 5432
|
|
|