build: 💚 增加docker分层构建,自动发布功能

This commit is contained in:
2022-09-15 09:15:54 +08:00
parent 76ad4ac04b
commit 18e950cda7
6 changed files with 176 additions and 3 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
.idea/
.git/
.gitignore
*/**/target/
**/*.iml
*.md
.drone.yml
LICENSE
.dockerignore
Dockerfile