Skip to content

Commit d428afb

Browse files
committed
fix(docker): build frontend on native platform
1 parent 27b1749 commit d428afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ============ Frontend Build Stage ============
2-
FROM node:20-alpine AS frontend-builder
2+
FROM --platform=$BUILDPLATFORM node:20-alpine AS frontend-builder
33

44
WORKDIR /app/frontend
55

0 commit comments

Comments
 (0)