automated push from the terminal
All checks were successful
code.softwareshinobi.com-softwareshinobi/resume.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
code.softwareshinobi.com-softwareshinobi/resume.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
19
compose.bash
Executable file
19
compose.bash
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
##
|
||||
|
||||
reset;
|
||||
|
||||
clear;
|
||||
|
||||
##
|
||||
|
||||
set -e;
|
||||
|
||||
set -x;
|
||||
|
||||
##
|
||||
|
||||
docker compose down --remove-orphans
|
||||
|
||||
docker compose up --build -d
|
||||
Reference in New Issue
Block a user