Bump macOS client version to 0.20.5
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-08 09:23:18 +03:00
parent 837f058025
commit 32be4380a3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN npm ci
COPY index.html vite.config.js ./
COPY src/web ./src/web
COPY src/shared ./src/shared
COPY monitoring/grafana/harbor-gateway.json ./monitoring/grafana/harbor-gateway.json
RUN npm run build
FROM ${RUNTIME_IMAGE}