diff --git a/CHANGELOG.md b/CHANGELOG.md index 1205cce..775c57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.31] - 2026-05-28 + +### Fixed + +- **Frontend Connection Remediation** — Staged and committed dynamic proxy target configurations and startup pipeline orchestrations. Rebuilt the production build of `public/app.js` to ensure dynamic SSL bypass and dynamic local network address resolution are fully compiled and deployed. + ## [1.7.30] - 2026-05-28 ### Added diff --git a/Dockerfile b/Dockerfile index 96f16c9..72e91d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ COPY --from=deps /app/node_modules ./node_modules # Copy application source owned by root (read-only at runtime) COPY --chown=root:root server/ ./server/ COPY --chown=root:root public/ ./public/ -COPY --from=client-build --chown=root:root /app/public/app.js ./public/app.js +COPY --from=client-build --chown=root:root /app/public/ ./public/ COPY --chown=root:root package.json ./ # Bundled snakeoil certificate for out-of-the-box TLS (self-signed, localhost only). # Mount your own cert/key over /app/certs/ or set TLS_CERT/TLS_KEY env vars. diff --git a/client/index.html b/client/index.html index 6893248..eb4504a 100644 --- a/client/index.html +++ b/client/index.html @@ -7,6 +7,6 @@
- +