Changeset 0.21.1 (#86)

This commit is contained in:
2026-03-01 14:44:55 +00:00
parent 817062e5fc
commit 70aa78e486
18 changed files with 3778 additions and 29 deletions

View File

@@ -60,7 +60,7 @@ RUN sh /build/scripts/build-editor.sh /build/dist
# ── Stage 4: Production ─────────────────────
FROM nginx:1-alpine
RUN apk add --no-cache bash
RUN apk add --no-cache bash git
# Go backend binary
COPY --from=backend /bin/switchboard /usr/local/bin/switchboard