https://github.com/yurrriq/nix-clojure-docker
Dockerized Clojure app via Nix
https://github.com/yurrriq/nix-clojure-docker
clojure docker example nix web-app
Last synced: about 1 month ago
JSON representation
Dockerized Clojure app via Nix
- Host: GitHub
- URL: https://github.com/yurrriq/nix-clojure-docker
- Owner: yurrriq
- Created: 2017-06-18T20:52:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T20:53:48.000Z (almost 9 years ago)
- Last Synced: 2025-03-11T13:23:41.965Z (over 1 year ago)
- Topics: clojure, docker, example, nix, web-app
- Language: Clojure
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nix-clojure-docker
*Dockerized Clojure app via Nix*
```fish
# build the docker image and run it
make run
# in another shell
http :3000
```
```http
HTTP/1.1 200 OK
Content-Length: 13
Content-Type: text/plain
Date: Sun, 18 Jun 2017 20:48:03 GMT
Server: Jetty(9.2.z-SNAPSHOT)
Hello, world!
```