mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-19 20:13:45 +01:00
Unsets the flag after were done building
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user