chore: fix UI docker build and makes UI/API docker build parallel execution (#563)

* try fix UI docker build

* parallel execution

* polish

* polish

* polish

* update
This commit is contained in:
Jared Tan
2024-06-24 21:00:57 +08:00
committed by GitHub
parent 20f1e82ffa
commit 9a49636f63
2 changed files with 24 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
# ================================= UI ================================
FROM node:14.17.3-alpine AS builder
FROM node:16.20 AS builder
LABEL description="cmdb-ui"