Skip to content

Commit

Permalink
add test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaUnisikhin committed Mar 12, 2024
1 parent 33be10b commit ec9c91e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/gorm/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docker network create od_net
docker build -t gorm-tests /gorm/gorm-spqr
docker run -e DB_HOST='0.0.0.0' -e DB_PORT=6432 -e DB_USER='spqr-console' -e DB_NAME='spqr-console' --network=od_net gorm-tests

0 comments on commit ec9c91e

Please sign in to comment.