4 lines
129 B
Docker
Executable File
4 lines
129 B
Docker
Executable File
FROM postgres:12-alpine
|
|
|
|
# Include extra setup scripts (eg datastore)
|
|
COPY docker-entrypoint-initdb.d /docker-entrypoint-initdb.d |