Harden lease lifecycle durability

This commit is contained in:
kami
2026-07-30 14:34:29 +04:00
parent 1ff0af2e69
commit f6ee0e3060
40 changed files with 2108 additions and 590 deletions
+4 -1
View File
@@ -7,5 +7,8 @@ RUN npm run build
FROM nginx:1.27-alpine
COPY nginx.conf.template /etc/nginx/templates/default.conf.template
COPY --from=build /src/dist/ /usr/share/nginx/html/
# vite.config.ts deliberately emits into the Go embed directory so the API
# and standalone browser image use the same compiled application. Copy that
# fresh build, not the stale source-tree web/dist fallback.
COPY --from=build /internal/webui/assets/ /usr/share/nginx/html/
EXPOSE 8080