1
0
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:
Kristóf Tóth
2018-04-19 17:33:12 +02:00
parent 709c61d130
commit d6ff80230f
4 changed files with 8 additions and 6 deletions

View File

@ -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 \