3 lines
65 B
Docker
3 lines
65 B
Docker
|
FROM library/postgres
|
||
|
COPY init.sql /docker-entrypoint-initdb.d/
|