mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 14:35:12 +00:00
Move TFW stuff to hidden location with proper permissions
This commit is contained in:
@ -93,7 +93,7 @@ run_test()
|
||||
{
|
||||
cd "$TAO_PATH"
|
||||
mount_baseimage="-v ${BASEIMAGE_PATH}/lib/tfw:/usr/local/lib/tfw"
|
||||
mount_test="-v $TEST_PATH/solvable/src:/srv/app"
|
||||
mount_test="-v $TEST_PATH/solvable/src:/srv/.tfw"
|
||||
mount_volumes=""
|
||||
[ "${HOTRELOAD:-0}" == "1" ] && mount_volumes="${mount_baseimage} ${mount_test}"
|
||||
docker run --rm \
|
||||
|
Reference in New Issue
Block a user