12 lines
97 B
Bash
12 lines
97 B
Bash
|
reset
|
||
|
|
||
|
clear
|
||
|
|
||
|
set -e
|
||
|
|
||
|
set -x
|
||
|
|
||
|
docker compose down --remove-orphans
|
||
|
|
||
|
docker compose up --build -d
|