twenty/infra/dev/postgres/Dockerfile
2023-04-19 17:49:09 +02:00

6 lines
114 B
Docker

FROM postgres:13.7 as postgres
RUN apt update && apt install -y curl
COPY init.sql /docker-entrypoint-initdb.d/