mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 21:08:18 +00:00
added docker restart command w/ burnettk
This commit is contained in:
parent
c94aebacb9
commit
8e5da896a2
11
bin/docker_restart
Executable file
11
bin/docker_restart
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
function error_handler() {
|
||||
>&2 echo "Exited with BAD EXIT CODE '${2}' in ${0} script at line: ${1}."
|
||||
exit "$2"
|
||||
}
|
||||
trap 'error_handler ${LINENO} $?' ERR
|
||||
set -o errtrace -o errexit -o nounset -o pipefail
|
||||
|
||||
BPMN_SPEC_ABSOLUTE_DIR=..//sample-process-models docker compose stop
|
||||
./bin/build_and_run_with_docker_compose
|
Loading…
x
Reference in New Issue
Block a user