update docker for wasm

This commit is contained in:
2025-06-19 16:52:54 -07:00
parent 059c755d14
commit d0af6ba73c
+2
View File
@@ -5,6 +5,8 @@ WORKDIR /src
# Copy all projects # Copy all projects
COPY ["src", "."] COPY ["src", "."]
RUN dotnet workload install wasm-tools
# Restore the Server # Restore the Server
RUN dotnet restore 'MistoxWebsite.Server/MistoxWebsite.Server.csproj' RUN dotnet restore 'MistoxWebsite.Server/MistoxWebsite.Server.csproj'