4 lines
67 B
Docker
4 lines
67 B
Docker
FROM postgres:10.0
|
|
|
|
COPY sql_setup.sh /docker-entrypoint-initdb.d/
|
FROM postgres:10.0
|
|
|
|
COPY sql_setup.sh /docker-entrypoint-initdb.d/
|