From a9f558d6b7cc389c740f2b8d2191d16fee8b91e3 Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Thu, 11 May 2023 20:58:07 +0800 Subject: [PATCH] update --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 8c7a9e7..2468d5e 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -13,6 +13,6 @@ ENV TZ=Asia/Shanghai WORKDIR /app # copy Resource folder COPY --from=build /src/Resources /src/Resources -COPY --from=build /src/wwwroot ./wwwroot +COPY --from=build /src/wwwroot/ . COPY --from=build /app . ENTRYPOINT ["./Notepad"]