Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 217 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 217 Bytes
build the project
./gradlew build
build Docker image called java-app. Execute from root
docker build -t java-app .
push image to repo
docker tag java-app demo-app:java-1.0