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