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

https://github.com/code4mk/express-demo-image

demo image
https://github.com/code4mk/express-demo-image

Last synced: about 1 year ago
JSON representation

demo image

Awesome Lists containing this project

README

          

# express demo docker image
you can use this image for test purpose docker or k8s

# build

```bash
chmod +x ./build.sh
./build.sh
```

# run

```bash
docker run -d -it -p 3006:3006 express_demo:1.0.3
```

```bash
docker ps
```