Add dockerised tests

This commit is contained in:
Derry Hamilton 2019-06-17 12:53:31 +01:00
parent 3badb97d49
commit 5571bd1b4d
14 changed files with 143 additions and 76 deletions

View file

@ -0,0 +1,3 @@
FROM postgres:11
COPY setup.sql /docker-entrypoint-initdb.d/
COPY is_ready /