ujetl/docker/test_db/Dockerfile

4 lines
77 B
Text
Raw Normal View History

2019-06-17 12:53:31 +01:00
FROM postgres:11
COPY setup.sql /docker-entrypoint-initdb.d/
COPY is_ready /