cr-connect-db/Dockerfile

4 lines
84 B
Docker

FROM postgres:12
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
EXPOSE 5432