Docker lein compojure
Simple hello world app with lein and compojure. Postgres is also included since this boilerplate will grow at some point.
Prerequisites
Running
docker build -t <name> .
docker run -p 3000:3000 <name>
Simple hello world app with lein and compojure. Postgres is also included since this boilerplate will grow at some point.
docker build -t <name> .
docker run -p 3000:3000 <name>