mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-15 20:53:42 +08:00
feat: fast build linux/arm64 frontend (#1663)
* feat: fast build linux/arm64 frontend * fix: dockerfile as replace to AS * fix: trim space
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:16 as builder
|
||||
FROM --platform=$BUILDPLATFORM node:16 AS builder
|
||||
|
||||
WORKDIR /web
|
||||
COPY ./VERSION .
|
||||
|
||||
Reference in New Issue
Block a user