mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 06:37:23 +08:00
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:
@@ -1,5 +1,5 @@
|
||||
# ================================= UI ================================
|
||||
FROM node:14.17.3-alpine AS builder
|
||||
FROM node:16.20 AS builder
|
||||
|
||||
LABEL description="cmdb-ui"
|
||||
|
||||
|
Reference in New Issue
Block a user