P5-7141: basic tests (#1)
* added containers for db and apollo * connected to test db * added network again * Added base for tests
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
!#/bin/sh
|
||||
|
||||
docker build -t graphql-api-js .
|
||||
docker run -p 4000:4000 --name graphql-api-js -d graphql-api-js
|
||||
Reference in New Issue
Block a user