All checks were successful
gitea-lenape/links.jacquesingram.online/pipeline/head This commit looks good
20 lines
123 B
Bash
Executable File
20 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
##
|
|
|
|
reset
|
|
|
|
clear
|
|
|
|
##
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
##
|
|
|
|
docker compose down --remove-orphans
|
|
|
|
docker compose up --build -d
|