Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 222 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 222 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