3 lines
76 B
Docker
3 lines
76 B
Docker
FROM postgres:16.2
|
|
|
|
COPY ./schema.sql /docker-entrypoint-initdb.d/schema.sql |