Fix hotreload dev feature

This commit is contained in:
Kristóf Tóth 2018-07-24 14:50:25 +02:00
parent d90426794c
commit b15e442039
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ challenge::run() {
if [[ -d "${BASEIMAGE_PATH}" ]]; then
mount_baseimage="-v ${BASEIMAGE_PATH}/lib/tfw:/usr/local/lib/tfw"
fi
mount_challenge="-v ${CHALLENGE_PATH}/solvable/src:/srv/.tfw"
mount_challenge="-v ${CHALLENGE_PATH}/solvable/src:/srv/.tfw_builtin_ehs"
mount_volumes="${mount_baseimage:-} ${mount_challenge}"
fi
popd