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:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user