From 693bead73cd7a7e2f511fdc1bb2a71c8db6503d2 Mon Sep 17 00:00:00 2001 From: "Artemov Ivan (ZOXEXIVO)" Date: Sun, 19 Feb 2023 20:41:30 +0300 Subject: [PATCH] Update --- build/Web.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Web.Dockerfile b/build/Web.Dockerfile index fa9c6c6..e6c04f2 100644 --- a/build/Web.Dockerfile +++ b/build/Web.Dockerfile @@ -28,6 +28,6 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:7.0 AS runtime WORKDIR /app COPY --from=build-backend /app/out . -COPY --build-frontend=frontend /app/dist wwwroot +COPY --from=build-frontend=frontend /app/dist wwwroot ENTRYPOINT ["./Geen.Web"]