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