Merge pull request #91 from Shadowghost/speedup-docker

Use native arch to run server build for Docker
This commit is contained in:
Joshua M. Boniface
2025-09-28 01:53:52 -04:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ RUN npm ci --no-audit --unsafe-perm \
#
# Build the server artifacts
#
FROM --platform=linux/${TARGET_ARCH} ${IMAGE_ARCH}/debian:${OS_VERSION}-slim AS server
FROM debian:${OS_VERSION}-slim AS server
ARG DOTNET_ARCH
ARG DOTNET_VERSION