Skip to content

Commit

Permalink
add medaka cache for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Jan 29, 2024
1 parent 17a3a5d commit 654bde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/profiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ profiles {

docker {
docker.enabled = true
docker.runOptions = '-u $(id -u):$(id -g) -v ${HOME}/.cache:/.cache -v ${HOME}/.config:/.config'
docker.runOptions = '-u $(id -u):$(id -g) -v ${HOME}/.cache:/.cache -v ${HOME}/.config:/.config -v ${PWD}:/.medaka'
includeConfig "base.config"
}

Expand Down

0 comments on commit 654bde6

Please sign in to comment.