Skip to content
This repository was archived by the owner on Dec 24, 2019. It is now read-only.

hjacobs/clojure-web-hello-world

Repository files navigation

Clojure Hello World Web Application

Bulding and running the Docker image:

$ lein uberjar
$ docker build -t clojure-web-hello-world .
$ docker run -p 8080:8080 clojure-web-hello-world

About

Clojure Hello World Web Application using Ring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published