3 lines
62 B
Docker
3 lines
62 B
Docker
FROM postgres:17
|
|
COPY ./init.sql /docker-entrypoint-initdb.d/
|
FROM postgres:17
|
|
COPY ./init.sql /docker-entrypoint-initdb.d/
|