We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c687fc commit d74a6e5Copy full SHA for d74a6e5
src/Components/benchmarkapps/Wasm.Performance/dockerfile
@@ -25,7 +25,7 @@ RUN git init \
25
26
RUN ./restore.sh
27
RUN npm run build
28
-RUN .dotnet/dotnet publish -c Release -r linux-x64 --sc true -o /app ./src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj
+RUN .dotnet/dotnet publish -c Release -r linux-x64 --sc true -o /app ./src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj -p:BlazorFingerprintBlazorJs=false
29
RUN chmod +x /app/Wasm.Performance.Driver
30
31
WORKDIR /app
0 commit comments