1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-24 20:06:55 +01:00
unleash.unleash/docker/local-postgres/Dockerfile
Simon Hornby c5f0b50b30
chore: slightly simpler quick start setup (#10933)
Co-authored-by: Melinda Fekete <melinda.fekete@getunleash.io>
2025-11-11 17:10:27 +02:00

4 lines
85 B
Docker

FROM postgres:15
COPY init-unleash.sql /docker-entrypoint-initdb.d/init-unleash.sql