From fdb0edb1befe7be8bbf09cd99e6c3051d957a743 Mon Sep 17 00:00:00 2001 From: "Artemov Ivan (ZOXEXIVO)" Date: Sun, 19 Feb 2023 20:42:16 +0300 Subject: [PATCH] Fix --- build/Web.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Web.Dockerfile b/build/Web.Dockerfile index e6c04f2..9f5d128 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 --from=build-frontend=frontend /app/dist wwwroot +COPY --from=build-frontend /app/dist wwwroot ENTRYPOINT ["./Geen.Web"]