3 lines
74 B
Docker
3 lines
74 B
Docker
FROM postgres:13.7 as postgres
|
|
|
|
COPY init.sql /docker-entrypoint-initdb.d/ |
FROM postgres:13.7 as postgres
|
|
|
|
COPY init.sql /docker-entrypoint-initdb.d/ |