Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 468 Bytes

boot-clj-minimal

Runs Boot in Docker, allowing the user to mount volumes from the host for the Maven and Boot caches, and the project directory. Also creates the user in the container and runs Boot as that user so files created by Boot will be owned by the user and not root.

# in your project directory
cd /my/project

# run boot watch build
docker run --rm adzerk/boot-clj-minimal:latest watch build |bash