mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-27 21:56:39 +08:00
fix: dockerfile as replace to AS
This commit is contained in:
parent
d06dc1a89f
commit
d0510b451f
@ -1,4 +1,4 @@
|
|||||||
FROM --platform=$BUILDPLATFORM node:16 as builder
|
FROM --platform=$BUILDPLATFORM node:16 AS builder
|
||||||
|
|
||||||
WORKDIR /web
|
WORKDIR /web
|
||||||
COPY ./VERSION .
|
COPY ./VERSION .
|
||||||
|
Loading…
Reference in New Issue
Block a user