feat: add arm v7
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
# ================================
|
# ================================
|
||||||
# Stage 1: Build frontend
|
# Stage 1: Build frontend
|
||||||
# ================================
|
# ================================
|
||||||
FROM node:20-alpine AS frontend-builder
|
FROM --platform=$BUILDPLATFORM node:20-alpine AS frontend-builder
|
||||||
|
|
||||||
WORKDIR /app/web
|
WORKDIR /app/web
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user