diff --git a/Dockerfile b/Dockerfile index f9b1599..009d5b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,7 @@ COPY Common/ ./Common/ COPY Entity/ ./Entity/ COPY Repository/ ./Repository/ COPY Service/ ./Service/ +COPY Application/ ./Application/ COPY WebApi/ ./WebApi/ # 构建并发布