Skip to content

Commit

Permalink
Fix some build things
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Feb 18, 2024
1 parent 5d8978b commit 189928f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeveMazeGeneratorCore.ConsoleApp/Dockerfile
Expand Up @@ -3,7 +3,7 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
FROM --platform=linux/amd64 mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY ["DeveMazeGeneratorCore.ConsoleApp/DeveMazeGeneratorCore.ConsoleApp.csproj", "DeveMazeGeneratorCore.ConsoleApp/"]
COPY ["DeveMazeGeneratorCore/DeveMazeGeneratorCore.csproj", "DeveMazeGeneratorCore/"]
Expand Down

0 comments on commit 189928f

Please sign in to comment.