7 lines
94 B
Bash
7 lines
94 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Load variables
|
||
|
|
source ./var.sh
|
||
|
|
|
||
|
|
cd .. && docker compose -f $file up -d --build
|