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

https://github.com/albertoimpl/gateway-app


https://github.com/albertoimpl/gateway-app

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

```
./gradlew clean assemble

docker build --file=Dockerfile --tag=k8s-gateway:latest --rm=true .

docker tag k8s-gateway:latest albertoimpl/k8s-gateway:latest

docker push albertoimpl/k8s-gateway:latest
```