File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 11[ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=codeghoul_spring-cicd-demo&metric=coverage )] ( https://sonarcloud.io/dashboard?id=codeghoul_spring-cicd-demo )
22[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=codeghoul_spring-cicd-demo&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=codeghoul_spring-cicd-demo )
3+ ![ The Flow] ( https://github.com/codeghoul/spring-cicd-demo/workflows/The%20Flow/badge.svg )
34# spring-cicd-demo
4-
5- ## Build Dockerfile
6- ` $ docker build -t app . `
7-
8- ## Run (Deploy Container)
9- ` $ docker run -p 6666:6666 -e "JAVA_OPTS=-Ddebug -Xmx128m" app --server.port=6666 `
10-
11- ## Dependency
12- ` $ mkdir -p build/dependency && (cd build/dependency; jar -xf ../libs/*.jar) `
You can’t perform that action at this time.
0 commit comments