fix(ci): update dashboard detection to apps/hub/dashboard/

This commit is contained in:
asepharyana
2026-07-23 07:19:55 +07:00
parent 5ff8f9224f
commit cea96fcfc2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# ── Build stage ──
FROM golang:1.24-alpine AS builder
WORKDIR /build
COPY infra/dashboard/ ./
COPY apps/hub/dashboard/ ./
RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o dashboard .
# ── Runtime (scratch — ~7MB total) ──