mirror of
https://github.com/aljazceru/nigiri.git
synced 2026-01-13 11:34:36 +01:00
12 lines
120 B
Bash
12 lines
120 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
PARENT_PATH=$(dirname $(cd $(dirname $0); pwd -P))
|
|
|
|
pushd $PARENT_PATH
|
|
|
|
docker-compose stop
|
|
|
|
popd
|