4 lines
76 B
Docker
4 lines
76 B
Docker
|
FROM postgres:latest
|
||
|
|
||
|
COPY init.sql /docker-entrypoint-initdb.d/10-init.sql
|