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