Skip to content

Commit 8180a6f

Browse files
committed
feat: adds dev down script
1 parent a59fe92 commit 8180a6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/down

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)