Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rongfengliang/nginx-clojure-dockerfile

nginx-clojure-dockerfile
https://github.com/rongfengliang/nginx-clojure-dockerfile

docker nginx nginx-clojure

Last synced: 7 days ago
JSON representation

nginx-clojure-dockerfile

Awesome Lists containing this project

README

        

# nginx-clojure dockerfile

## Build

```code
docker build -t dalongrong/nginx-clojure-0.6.0 .
```

## Running

```code
docker run -d -p 80:80 dalongrong/nginx-clojure-0.6.0
```

## view demo

```code
curl -i http://localhost/clojure
```