fix(docker): web

This commit is contained in:
Acbox
2026-03-07 15:23:34 +08:00
parent 99657740ad
commit 32f331011d
4 changed files with 263 additions and 276 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ prepare_assets() {
log "building web assets"
pnpm --dir "$ROOT_DIR" web:build
cp -R "$ROOT_DIR/packages/web/dist/." "$WEB_DIR/"
cp -R "$ROOT_DIR/apps/web/dist/." "$WEB_DIR/"
gzip_embedded_web_assets "$WEB_DIR"
local target_key="${TARGET_OS}-${TARGET_ARCH}"