1
Fork 0
solar-conflux/fsharp/todolist-api/db/Dockerfile

2 lines
77 B
Docker
Raw Normal View History

FROM postgres
COPY create.sql /docker-entrypoint-initdb.d/postgres_create.sql