Skip to content

Commit 94259a2

Browse files
committed
Ignore CSharpier issues in API Dockerfile
1 parent 621d2ad commit 94259a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66
# Restore as distinct layers
77
RUN dotnet restore BingusApi
88
# Build and publish a release
9-
RUN dotnet publish BingusApi -c Release -o out
9+
RUN dotnet publish BingusApi -c Release -o out -p:CSharpier_Bypass=true
1010

1111
# Build runtime image
1212
FROM mcr.microsoft.com/dotnet/aspnet:8.0

0 commit comments

Comments
 (0)