cr-connect-db/Dockerfile

4 lines
81 B
Docker

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