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

https://github.com/irus/multi-stage-docker


https://github.com/irus/multi-stage-docker

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

# Ktor Docker image

```bash
docker build --progress=plain -t ktor-app .
docker run --rm -it -p 8080:8080 ktor-app
```