fix: dockerfile as replace to AS

This commit is contained in:
zijiren233 2024-07-17 23:20:33 +08:00
parent d06dc1a89f
commit d0510b451f

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:16 as builder
FROM --platform=$BUILDPLATFORM node:16 AS builder
WORKDIR /web
COPY ./VERSION .