Skip to content

Commit

Permalink
build: maybe this
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed Jan 1, 2024
1 parent 2fc1b6a commit 1103ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mangarr.Backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EXPOSE 443
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
WORKDIR /src
COPY . .
RUN dotnet restore "Mangarr.Backend/Mangarr.Backend.csproj"
RUN dotnet restore "/src/Mangarr.Backend/Mangarr.Backend.csproj"
COPY . .
WORKDIR "/src/Mangarr.Backend"
RUN dotnet build "Mangarr.Backend.csproj" -c Release -o /app/build
Expand Down

0 comments on commit 1103ca8

Please sign in to comment.