diff --git a/build/Dockerfile.publish b/build/Dockerfile.publish index 4aa18723..1e991f90 100644 --- a/build/Dockerfile.publish +++ b/build/Dockerfile.publish @@ -12,7 +12,6 @@ RUN apt-get update && apt-get install nodejs -y WORKDIR /workspace COPY ../. . RUN dotnet tool restore -RUN dotnet paket install RUN dotnet run --project ./build/Build.fsproj bundle