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