Updated build dir

This commit is contained in:
Martin Berg Alstad
2023-05-23 22:18:48 +02:00
parent 54c2539b2a
commit 76eca2d9ca
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,6 @@ COPY ["pac-man-board-game/pac-man-board-game.csproj", "pac-man-board-game/"]
RUN dotnet restore "pac-man-board-game/pac-man-board-game.csproj"
COPY . .
WORKDIR "/src/pac-man-board-game"
# TODO missing build files from frontend
RUN dotnet build "pac-man-board-game.csproj" -c Release -o /app/build
FROM build AS publish