4 lines
71 B
Docker
4 lines
71 B
Docker
FROM postgres:11-beta1
|
|
|
|
COPY sql_setup.sh /docker-entrypoint-initdb.d/
|