twenty/infra/dev/postgres/Dockerfile

6 lines
114 B
Docker
Raw Normal View History

2022-12-28 23:19:12 +03:00
FROM postgres:13.7 as postgres
2023-04-19 14:04:21 +03:00
RUN apt update && apt install -y curl
COPY init.sql /docker-entrypoint-initdb.d/