mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 02:57:18 +00:00
Fix HOTRELOAD mount path
This commit is contained in:
parent
01b247e494
commit
a1ad0e6356
@ -38,7 +38,7 @@ challenge::run() {
|
||||
local mount_volumes
|
||||
if [[ "${HOTRELOAD:-0}" == "1" ]]; then
|
||||
if [[ -d "${BASEIMAGE_PATH}" ]]; then
|
||||
mount_baseimage="-v ${BASEIMAGE_PATH}/lib/tfw:/usr/local/lib/tfw"
|
||||
mount_baseimage="-v ${BASEIMAGE_PATH}/tfw:/usr/local/lib/tfw"
|
||||
fi
|
||||
mount_challenge="-v ${CHALLENGE_PATH}/solvable/src:/.tfw/builtin_event_handlers"
|
||||
mount_volumes="${mount_baseimage:-} ${mount_challenge}"
|
||||
|
Loading…
Reference in New Issue
Block a user