diff --git a/Dockerfile b/Dockerfile index 8f30ba5..570fa26 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ WORKDIR /src # Copy all projects COPY ["src", "."] +RUN dotnet workload install wasm-tools + # Restore the Server RUN dotnet restore 'MistoxWebsite.Server/MistoxWebsite.Server.csproj'