Skip to content

Commit

Permalink
fix build #2
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Nov 22, 2021
1 parent 102f8d1 commit 71ccb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GiganticEmu.Mice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion GiganticEmu.Web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71ccb54

Please sign in to comment.