Skip to content

Commit c8a9291

Browse files
authored
Merge pull request #22 from Throyer/full-docker
Full docker
2 parents 33c2cdd + ac06586 commit c8a9291

170 files changed

Lines changed: 352 additions & 143 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
cache: 'maven'
2626

2727
- name: 📦 Build with Maven
28+
working-directory: ./api
2829
run: mvn --batch-mode --update-snapshots test jacoco:report --file pom.xml
2930

3031
- name: 🚀 Coveralls Coverage Report Submission
32+
working-directory: ./api
3133
run: mvn coveralls:report --define repoToken=${{ secrets.COVERALL_REPO_SECRET }}

.gitignore

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,5 @@
1-
HELP.md
2-
target/
3-
!.mvn/wrapper/maven-wrapper.jar
4-
!**/src/main/**
5-
!**/src/test/**
6-
7-
### docker ###
8-
docker/.volumes/
91
docker/.env
10-
11-
### STS ###
12-
.apt_generated
13-
.classpath
14-
.factorypath
15-
.project
16-
.settings
17-
.springBeans
18-
.sts4-cache
19-
20-
### IntelliJ IDEA ###
2+
docker/.volumes
3+
Vendas.iml
214
.idea
22-
*.iws
23-
*.iml
24-
*.ipr
25-
26-
### NetBeans ###
27-
nb-configuration.xml
28-
/nbproject/private/
29-
/nbbuild/
30-
/dist/
31-
/nbdist/
32-
/.nb-gradle/
33-
build/
34-
35-
### VS Code ###
36-
.vscode/
37-
/nbproject/
38-
nbactions.xml
39-
.gitignore
40-
nbactions-release-profile.xml
5+
.vscode/settings.json

README.md

Lines changed: 32 additions & 20 deletions

api/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
target/
2+
docker/.volumes/
3+
.git

api/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target/
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)