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