update Dockerfile

Signed-off-by: wozulong <>
This commit is contained in:
wozulong
2025-02-01 22:24:15 +08:00
parent e4c01cb9ae
commit c0ab39e446
3 changed files with 255 additions and 219 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16 as builder
FROM node:20 as builder
WORKDIR /build
COPY web/package.json .