Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danbopes committed Aug 8, 2023
1 parent 62a7937 commit 5143610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrotatoServer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
WORKDIR /src
COPY ["BrotatoServer/BrotatoServer.csproj", "BrotatoServer/"]
COPY ["BrotatoServer.Tests/BrotatoServer.Tests.csproj", "BrotatoServer.Tests/"]
COPY ["CollectibleCardEngine/CollectibleCardEngine.csproj", "CollectibleCardEngine/"]
COPY ["SearchEngine/SearchEngine.csproj", "SearchEngine/"]
RUN dotnet restore "BrotatoServer/BrotatoServer.csproj"
RUN dotnet restore "BrotatoServer.Tests/BrotatoServer.Tests.csproj"
COPY . .
Expand Down

0 comments on commit 5143610

Please sign in to comment.