From 48088b223c132964f066e8aece7bc522bf7bdbf1 Mon Sep 17 00:00:00 2001 From: Dominion Date: Tue, 20 Dec 2022 13:59:59 -0500 Subject: [PATCH] Fix Dockerfile --- build/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 48113a8414..a48a345099 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -33,9 +33,7 @@ WORKDIR /repo/src/Tgstation.Server.Host COPY src/Tgstation.Server.Host/Tgstation.Server.Host.csproj ./ # I cant figure out how to run npm as non root so eh -RUN npm set unsafe-perm true RUN dotnet msbuild -target:NpmBuild -RUN npm set unsafe-perm fals WORKDIR /repo