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
@@ -56,6 +56,8 @@ services:
build:
context: ./frontend
dockerfile: Dockerfile
args:
VITE_WORDCLOUD_BOARD_BASE_URL: ${VITE_WORDCLOUD_BOARD_BASE_URL:-http://114.55.99.6:47880}
container_name: wordcloud-frontend
ports:
- "3000:80"