#!/bin/sh

docker-compose -f /usr/local/gitlab-runner/game/mahjong2/normal_a/mahjong2-a.yml down
docker ps -a | grep mahjong2_a
exit 0