diff --git a/compose-helper.sh b/compose-helper.sh new file mode 100755 index 0000000..b3ab0be --- /dev/null +++ b/compose-helper.sh @@ -0,0 +1,4 @@ +#!/bin/bash -e + +cd "$1" +docker-compose up -d \ No newline at end of file