4 lines
64 B
Docker
4 lines
64 B
Docker
FROM postgres:16-alpine
|
|
|
|
COPY *.sh /docker-entrypoint-initdb.d/
|
FROM postgres:16-alpine
|
|
|
|
COPY *.sh /docker-entrypoint-initdb.d/
|