Skip to content

adzerk-oss/boot-clj-minimal-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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