mirror of
https://github.com/Unleash/unleash.git
synced 2026-09-10 14:15:49 +00:00
c5f0b50b30
Co-authored-by: Melinda Fekete <melinda.fekete@getunleash.io>
4 lines
85 B
Docker
4 lines
85 B
Docker
FROM postgres:15
|
|
|
|
COPY init-unleash.sql /docker-entrypoint-initdb.d/init-unleash.sql
|