mirror of
https://github.com/Unleash/unleash.git
synced 2026-02-04 20:10:52 +01:00
4 lines
85 B
Docker
4 lines
85 B
Docker
FROM postgres:15
|
|
|
|
COPY init-unleash.sql /docker-entrypoint-initdb.d/init-unleash.sql
|