Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 240 Bytes

README.md

File metadata and controls

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


#### testing