https://github.com/albertoimpl/gateway-app
https://github.com/albertoimpl/gateway-app
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/albertoimpl/gateway-app
- Owner: Albertoimpl
- Created: 2019-06-21T17:04:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T17:06:58.000Z (over 6 years ago)
- Last Synced: 2025-01-23T21:28:43.532Z (about 1 year ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```