graphql-engine/server/benchmarks/benchmark_sets/remote_schema/cleanup.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
152 B
Bash
Raw Normal View History

#!/usr/bin/env bash
CONTAINER_NAME=graphql-remote-server
echo "Stopping graphql remote server container: $CONTAINER_NAME"
docker stop $CONTAINER_NAME