Skip to content
Snippets Groups Projects
Commit 2403ed26 authored by David Trattnig's avatar David Trattnig
Browse files

Include contrib & tests in debug. #6

parent 541d4d92
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,8 @@ if [[ $docker == "true" ]]; then
-v "$AUDIO_DIR/source":"/var/audio/source":ro \
-v "$AUDIO_DIR/playlist":"/var/audio/playlist":ro \
-v "$AUDIO_DIR/station":"/var/audio/station":ro \
-v "$BASE_DIR/contrib":"/srv/contrib" \
-v "$BASE_DIR/tests":"/srv/tests" \
-v "$BASE_DIR/logs":"/srv/logs" \
-v "/etc/asound.conf":"/etc/asound.conf" \
--mount type=tmpfs,destination=/tmp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment