https://github.com/semperos/conjul
GraalVM + Clojure
https://github.com/semperos/conjul
Last synced: 3 months ago
JSON representation
GraalVM + Clojure
- Host: GitHub
- URL: https://github.com/semperos/conjul
- Owner: semperos
- Created: 2018-05-22T19:45:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T20:03:10.000Z (about 8 years ago)
- Last Synced: 2025-03-05T10:31:48.491Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraalVM Clojure Example
Minimal Graalvm + Clojure example.
## Usage
1. Download the _GraalVM Community Edition 1.0 RC1_, currently available [on GitHub](https://github.com/oracle/graal/releases). Put it at the root of this project.
2. `docker build . -t graalvm -f Dockerfile.graalvm`
3. `docker build . -t rp-conjul`
Once you've successfully built the `rp-conjul` Docker image, you can run it with:
```
docker run --rm -it rp-conjul
```