1 parent bfb1adb commit bfb0a3eCopy full SHA for bfb0a3e
1 file changed
HomeSpeaker.Server2/Dockerfile
@@ -26,6 +26,9 @@ RUN --mount=type=cache,target=/root/.nuget/packages \
26
COPY . .
27
WORKDIR "/src/HomeSpeaker.Server2"
28
29
+# Force Grpc.Tools to use x64 protoc compiler
30
+ENV GrpcToolsPlatform=x64
31
+
32
RUN --mount=type=cache,target=/root/.nuget/packages \
33
dotnet publish "./HomeSpeaker.Server2.csproj" \
34
-c $BUILD_CONFIGURATION \
0 commit comments