Skip to content

Commit 28a596d

Browse files
authored
Update README.md
ci skip
1 parent 900a874 commit 28a596d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
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)`

0 commit comments

Comments
 (0)