The template comes with a Dockerfile for running the application using Docker
Dockerfile
Once you've run lein package, you can build and run a Docker container as follows:
lein package
docker build -t {{name}}:latest . docker run -p 3000:3000 {{name}}:latest