From 71ccb549e0a32478a1e739277be2f9bb89a63ff9 Mon Sep 17 00:00:00 2001 From: Marco Kirchner Date: Mon, 22 Nov 2021 18:47:17 +0100 Subject: [PATCH] fix build #2 --- GiganticEmu.Mice/Dockerfile | 2 +- GiganticEmu.Web/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GiganticEmu.Mice/Dockerfile b/GiganticEmu.Mice/Dockerfile index 1000cfb..632b115 100644 --- a/GiganticEmu.Mice/Dockerfile +++ b/GiganticEmu.Mice/Dockerfile @@ -13,7 +13,7 @@ RUN dotnet restore GiganticEmu.Mice/GiganticEmu.Mice.csproj COPY GiganticEmu.Shared.Backend ./GiganticEmu.Shared.Backend COPY GiganticEmu.Shared ./GiganticEmu.Shared COPY GiganticEmu.Mice ./GiganticEmu.Mice -COPY .git ./git +COPY .git ./.git RUN dotnet publish -c Release -o out -p:DebugType=None -p:DebugSymbols=false GiganticEmu.Mice/GiganticEmu.Mice.csproj # Build runtime image diff --git a/GiganticEmu.Web/Dockerfile b/GiganticEmu.Web/Dockerfile index 2c72ab8..2acd122 100644 --- a/GiganticEmu.Web/Dockerfile +++ b/GiganticEmu.Web/Dockerfile @@ -13,7 +13,7 @@ RUN dotnet restore GiganticEmu.Web/GiganticEmu.Web.csproj COPY GiganticEmu.Shared.Backend ./GiganticEmu.Shared.Backend COPY GiganticEmu.Shared ./GiganticEmu.Shared COPY GiganticEmu.Web ./GiganticEmu.Web -COPY .git ./git +COPY .git ./.git RUN dotnet publish -c Release -o out -p:DebugType=None -p:DebugSymbols=false GiganticEmu.Web/GiganticEmu.Web.csproj # Build runtime image