-
[OPIK-3586] [FE] Expose app version in frontend via /version.json (#4548)
发布于
2025-12-24 11:20:32 +00:00 This commit adds a build step to the frontend Dockerfile to generate a
version.jsonfile in the distribution directory, containing the
application version. This file allows automation tools to check the
deployed version viacurl <url>/version.json.It also updates
docker-compose.yamlto pass theOPIK_VERSIONbuild argument to the frontend service, ensuring the version is correctly populated during local builds.下载附件