twenty/infra/dev/postgres/Dockerfile

3 lines
74 B
Docker
Raw Normal View History

2022-12-28 23:19:12 +03:00
FROM postgres:13.7 as postgres
COPY init.sql /docker-entrypoint-initdb.d/