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