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 dec9838 commit 6a8083aCopy full SHA for 6a8083a
src/Components/benchmarkapps/Wasm.Performance/dockerfile
@@ -24,6 +24,7 @@ RUN git init \
24
&& git remote add origin https://github.com/aspnet/aspnetcore
25
26
RUN ./restore.sh
27
+RUN npm run build
28
RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj
29
RUN chmod +x /app/Wasm.Performance.Driver
30
0 commit comments