add WORKSPACE env var to supervisord image
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
WORKSPACE=/workspace
|
||||
WORKSPACE="${WORKSPACE:-/workspace}"
|
||||
CONF=$WORKSPACE/supervisord.conf
|
||||
|
||||
[[ -f "$CONF" ]] || (echo_supervisord_conf > $CONF )
|
||||
|
||||
Reference in New Issue
Block a user