Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Jun 17, 2021
1 parent 6c0e29f commit 3b085c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions GiganticEmu.Mice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /app
COPY GiganticEmu.Shared.Backend/GiganticEmu.Shared.Backend.csproj ./GiganticEmu.Shared.Backend/GiganticEmu.Shared.Backend.csproj
COPY GiganticEmu.Shared/GiganticEmu.Shared.csproj ./GiganticEmu.Shared/GiganticEmu.Shared.csproj
COPY GiganticEmu.Mice/GiganticEmu.Mice.csproj ./GiganticEmu.Mice/GiganticEmu.Mice.csproj
COPY Directory.Build.props ./Directory.Build.props

RUN dotnet restore GiganticEmu.Mice/GiganticEmu.Mice.csproj

Expand Down
1 change: 1 addition & 0 deletions GiganticEmu.Web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /app
COPY GiganticEmu.Shared.Backend/GiganticEmu.Shared.Backend.csproj ./GiganticEmu.Shared.Backend/GiganticEmu.Shared.Backend.csproj
COPY GiganticEmu.Shared/GiganticEmu.Shared.csproj ./GiganticEmu.Shared/GiganticEmu.Shared.csproj
COPY GiganticEmu.Web/GiganticEmu.Web.csproj ./GiganticEmu.Web/GiganticEmu.Web.csproj
COPY Directory.Build.props ./Directory.Build.props

RUN dotnet restore GiganticEmu.Web/GiganticEmu.Web.csproj

Expand Down

0 comments on commit 3b085c7

Please sign in to comment.