java spring boot, update nginx and docker compose
This commit is contained in:
parent
038cb33910
commit
5f198cfc20
6 changed files with 105 additions and 0 deletions
25
java/.dockerignore
Normal file
25
java/.dockerignore
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
target/
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
.settings/
|
||||
.classpath
|
||||
.project
|
||||
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
tmp/
|
||||
*.tmp
|
||||
*.log
|
||||
|
||||
Dockerfile
|
||||
Dockerfile.*
|
||||
docker-compose.yaml
|
||||
docker-compose.*.yaml
|
||||
|
||||
build/
|
||||
|
||||
.mvn
|
||||
mvnw
|
||||
mvnw.cmd
|
||||
Loading…
Add table
Add a link
Reference in a new issue