fix: include Swagger docs in Docker build

Remove docs from .dockerignore and track generated swagger files
in git so they're available in the Docker build context.
This commit is contained in:
向宁 2026-05-17 22:23:41 +08:00
parent b5df6445e5
commit c17d7c2c29

View File

@ -2,7 +2,6 @@
.gitignore .gitignore
.idea .idea
.vscode .vscode
docs
*.md *.md
Jenkinsfile Jenkinsfile
.gitlab-ci.yml .gitlab-ci.yml