diff --git a/build/Dockerfile b/build/Dockerfile index 62815eb72f..db8ab3763e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -28,8 +28,10 @@ WORKDIR /repo/src/Tgstation.Server.Host COPY src/Tgstation.Server.Host/ClientApp ClientApp 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 false WORKDIR /repo