Skip to content

Files

Latest commit

 

History

History
15 lines (11 loc) · 171 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 171 Bytes

Docker Clojure

Docker

$ lein uberjar

$ docker build -t clojure-http .

$ docker run --rm -p 80:80 clojure-http

Shell

$ ./docker.sh