3 lines
61 B
Docker
3 lines
61 B
Docker
|
FROM postgres:13
|
||
|
|
||
|
COPY create.sql /docker-entrypoint-initdb.d
|