Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yashpimple/java-ci-with-gradle

DevOps Project 2 -Build docker image using github-actions and docker
https://github.com/yashpimple/java-ci-with-gradle

devops docker dockerfile github-actions

Last synced: about 1 month ago
JSON representation

DevOps Project 2 -Build docker image using github-actions and docker

Awesome Lists containing this project

README

        

##### 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