Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 255 Bytes

BUILD.md

File metadata and controls

3 lines (2 loc) · 255 Bytes

docker build --pull --platform linux/amd64 -t bristol-braille/bookindex:latest .

docker run --rm -t -u "$(id -u):$(id -g)" -e "HOME=/work" -w /work -v "$(pwd):/work" -v "${HOME}/.cargo/registry:/usr/local/cargo/registry" bristol-braille/bookindex:latest