mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
Fix Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user