mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2026-04-22 16:07:06 +08:00
pref: build frontend only in amd64 for Dockfile
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
# ============================================================
|
||||
# Stage 1: Build frontend
|
||||
# ============================================================
|
||||
FROM node:22-alpine AS frontend-builder
|
||||
FROM --platform=linux/amd64 node:22-alpine AS frontend-builder
|
||||
|
||||
WORKDIR /app/frontend
|
||||
COPY frontend/package.json frontend/package-lock.json ./
|
||||
|
||||
Reference in New Issue
Block a user