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