Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Feb 22, 2024
1 parent 048b510 commit b7ffeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BUTR.CrashReportServer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM restore AS publish
ARG TARGETARCH
WORKDIR /build

RUN dotnet publish "BUTR.CrashReportServer.csproj" -c Release -a $TARGETARCH -o /app/publish;
RUN dotnet publish "src/BUTR.CrashReportServer/BUTR.CrashReportServer.csproj" -c Release -a $TARGETARCH -o /app/publish;


FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy AS final
Expand Down

0 comments on commit b7ffeca

Please sign in to comment.