Add product wordcloud board links
Build, Push and Deploy / build (push) Successful in 9s
Build, Push and Deploy / deploy (push) Successful in 24s

This commit is contained in:
2026-09-14 15:32:31 +08:00
parent 1f9eb2853c
commit 31e7053bb0
6 changed files with 111 additions and 3 deletions
+2
View File
@@ -9,6 +9,8 @@ COPY package.json package-lock.json* ./
RUN npm ci
COPY . .
ARG VITE_WORDCLOUD_BOARD_BASE_URL=http://114.55.99.6:47880
ENV VITE_WORDCLOUD_BOARD_BASE_URL=$VITE_WORDCLOUD_BOARD_BASE_URL
RUN npm run build
# ── Stage 2: Serve with Nginx ──────────────────────────────────────────────