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