All checks were successful
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head This commit looks good
20 lines
114 B
Bash
Executable File
20 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
##
|
|
|
|
reset
|
|
|
|
clear
|
|
|
|
##
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
##
|
|
|
|
docker compose down --remove-orphans
|
|
|
|
docker compose up -d
|