diff --git a/docker/gorm/test.sh b/docker/gorm/test.sh new file mode 100755 index 000000000..b4dc96c38 --- /dev/null +++ b/docker/gorm/test.sh @@ -0,0 +1,2 @@ +docker build -t gorm-tests /gorm/gorm-spqr +docker run -e DB_HOST='localhost' -e DB_PORT=6432 -e DB_USER='spqr-console' -e DB_NAME='spqr-console' --network=host gorm-tests \ No newline at end of file