ujetl/docker/test_db/Dockerfile

3 lines
77 B
Docker

FROM postgres:11
COPY setup.sql /docker-entrypoint-initdb.d/
COPY is_ready /