From 9894936787477f6bfad3d8138462d36a5d206f52 Mon Sep 17 00:00:00 2001 From: SunCheng Date: Tue, 10 Feb 2026 19:49:59 +0800 Subject: [PATCH] fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 81e04c0..f9b1599 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ COPY Common/*.csproj ./Common/ COPY Entity/*.csproj ./Entity/ COPY Repository/*.csproj ./Repository/ COPY Service/*.csproj ./Service/ +COPY Application/*.csproj ./Application/ COPY WebApi/*.csproj ./WebApi/ COPY WebApi.Test/*.csproj ./WebApi.Test/