Skip to content

Commit

Permalink
Disable Beauty to avoid Errors on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
meinname authored Jul 11, 2024
1 parent 1d7deba commit e1433b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OpenBullet2.Web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS backend
WORKDIR /code

COPY . .

#Disable Beauty to avoid Errors
RUN sed -i 's/<DisableBeauty>False<\/DisableBeauty>/<DisableBeauty>True<\/DisableBeauty>/' OpenBullet2.Web/OpenBullet2.Web.csproj

RUN dotnet publish OpenBullet2.Web -c Release -o /build

WORKDIR /build
Expand Down

0 comments on commit e1433b8

Please sign in to comment.