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