Fix Dockerfile

This commit is contained in:
Dominion
2022-12-20 13:59:59 -05:00
parent 87907b3f48
commit 48088b223c
-2
View File
@@ -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