mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-07 15:52:52 +03:00
6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
source "$(dirname "$0")/common"
|
|
bridge_prepare_sandbox
|
|
docker compose -f "$BRIDGE_COMPOSE" --profile offline build
|