mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
1abb1dee69
https://github.com/hasura/graphql-engine-mono/pull/1740 GitOrigin-RevId: e807952058243a97f67cd9969fa434933a08652f
7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
CONTAINER_NAME=graphql-remote-server
|
|
|
|
echo "Stopping graphql remote server container: $CONTAINER_NAME"
|
|
docker stop $CONTAINER_NAME
|