diff options
Diffstat (limited to 'cgit/deploy.sh')
| -rw-r--r-- | cgit/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit/deploy.sh b/cgit/deploy.sh index f8b3f40..276b188 100644 --- a/cgit/deploy.sh +++ b/cgit/deploy.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -euo pipefail cd "$(dirname "$0")" -docker compose up -d +docker compose up -d --build |
