mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Add dockerised tests
This commit is contained in:
parent
3badb97d49
commit
5571bd1b4d
14 changed files with 143 additions and 76 deletions
3
docker/test_db/Dockerfile
Normal file
3
docker/test_db/Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM postgres:11
|
||||
COPY setup.sql /docker-entrypoint-initdb.d/
|
||||
COPY is_ready /
|
||||
Loading…
Add table
Add a link
Reference in a new issue