Skip to content

Commit

Permalink
config.toml fix for bib
Browse files Browse the repository at this point in the history
  • Loading branch information
hanthor committed Dec 21, 2024
1 parent 61b43c5 commit a7070fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ _build-bib $target_image $tag $type $config: (_rootful_load_image target_image t
--privileged \
--pull=newer \
--security-opt label=type:unconfined_t \
-v $(pwd)/${config} \
-v $(pwd)/${config}:config:/config.toml:ro \
-v $(pwd)/output:/output \
-v /var/lib/containers/storage:/var/lib/containers/storage \
"${bib_image}" \
Expand Down

0 comments on commit a7070fa

Please sign in to comment.