mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-24 20:06:55 +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
|