6 lines
78 B
Docker
6 lines
78 B
Docker
FROM postgres:15-alpine
|
|
|
|
WORKDIR /docker-entrypoint-initdb.d
|
|
|
|
COPY initdb/. .
|