fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 18s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s

This commit is contained in:
SunCheng
2026-02-10 19:51:20 +08:00
parent 9894936787
commit ca3e929770

View File

@@ -42,6 +42,7 @@ COPY Common/ ./Common/
COPY Entity/ ./Entity/ COPY Entity/ ./Entity/
COPY Repository/ ./Repository/ COPY Repository/ ./Repository/
COPY Service/ ./Service/ COPY Service/ ./Service/
COPY Application/ ./Application/
COPY WebApi/ ./WebApi/ COPY WebApi/ ./WebApi/
# 构建并发布 # 构建并发布