3 lines
107 B
Plaintext
3 lines
107 B
Plaintext
|
|
FROM postgres:12-alpine
|
||
|
|
|
||
|
|
COPY ./sql/schema.postgresql.sql /docker-entrypoint-initdb.d/schema.postgresql.sql
|