1
0
mirror of https://github.com/bitwarden/server synced 2025-12-30 23:23:37 +00:00

adding platform tag to optimze build, avoiding unnecessary emulation (#6745)

This commit is contained in:
aj-bw
2025-12-17 19:31:21 +00:00
committed by GitHub
parent b3437b3b30
commit 3cb8472fd2

View File

@@ -1,7 +1,7 @@
###############################################
# Node.js build stage #
###############################################
FROM node:20-alpine3.21 AS node-build
FROM --platform=$BUILDPLATFORM node:20-alpine3.21 AS node-build
WORKDIR /app
COPY src/Admin/package*.json ./