diff options
| author | Kana <[email protected]> | 2021-01-12 10:23:37 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-12 10:23:37 +0900 |
| commit | 38021d959988d9c0eb20f5e636ba189e8d91443a (patch) | |
| tree | c1ec13a88649ed8d7a85905bcc0c11863bddca4e /docker/chibi.sh | |
| parent | Merge pull request #251 from Zephyrrus/fix/paginate_search (diff) | |
| parent | fix: docker setup (diff) | |
| download | host.fuwn.me-38021d959988d9c0eb20f5e636ba189e8d91443a.tar.xz host.fuwn.me-38021d959988d9c0eb20f5e636ba189e8d91443a.zip | |
Merge pull request #252 from WeebDev/fix/docker
fix: docker setup
Diffstat (limited to 'docker/chibi.sh')
| -rw-r--r-- | docker/chibi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/chibi.sh b/docker/chibi.sh index 9c8b22b..b6e2f44 100644 --- a/docker/chibi.sh +++ b/docker/chibi.sh @@ -1,2 +1,2 @@ -#!/bin/sh +#!/bin/bash docker-compose -f docker-compose.yml -f docker-compose.$1.yml -f docker-compose.config.yml ${@%$1} |