* added containers for db and apollo * connected to test db * added network again * Added base for tests
5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
!#/bin/sh
|
|
|
|
docker build -t graphql-api-js .
|
|
docker run -p 4000:4000 --name graphql-api-js -d graphql-api-js
|