From a47fe02c8943597f545c16b550dc266fd09e994f Mon Sep 17 00:00:00 2001 From: Kevin F Date: Fri, 12 Jul 2024 21:45:58 +0200 Subject: [PATCH] Fix dockerfile.publish :bug: --- build/Dockerfile.publish | 1 - 1 file changed, 1 deletion(-) 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