We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59fe92 commit 8180a6fCopy full SHA for 8180a6f
dev/down
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+set -eou pipefail
3
+script_dir="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
4
+
5
+"${script_dir}"/local/compose down
0 commit comments