mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-21 16:49:46 +00:00
Merge pull request #268 from resin-io/dindctl-src-path
dindctl: fix path for source with OE image
This commit is contained in:
@ -60,11 +60,11 @@ function runDind {
|
|||||||
case $arg in
|
case $arg in
|
||||||
--mount-src)
|
--mount-src)
|
||||||
coffee -c "$SUPERVISOR_BASE_DIR/src"
|
coffee -c "$SUPERVISOR_BASE_DIR/src"
|
||||||
SUPERVISOR_EXTRA_MOUNTS="$SUPERVISOR_EXTRA_MOUNTS -v /resin-supervisor/src:/app/src"
|
SUPERVISOR_EXTRA_MOUNTS="$SUPERVISOR_EXTRA_MOUNTS -v /resin-supervisor/src:/usr/src/app/src"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--mount-nm)
|
--mount-nm)
|
||||||
SUPERVISOR_EXTRA_MOUNTS="$SUPERVISOR_EXTRA_MOUNTS -v /resin-supervisor/node_modules:/app/node_modules"
|
SUPERVISOR_EXTRA_MOUNTS="$SUPERVISOR_EXTRA_MOUNTS -v /resin-supervisor/node_modules:/usr/src/app/node_modules"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Reference in New Issue
Block a user