发布

  • [OPIK-3586] [FE] Expose app version in frontend via /version.json (#4548)

    frostbyte_neo 发布于 2025-12-24 11:20:32 +00:00

    This commit adds a build step to the frontend Dockerfile to generate a
    version.json file in the distribution directory, containing the
    application version. This file allows automation tools to check the
    deployed version via curl <url>/version.json.

    It also updates docker-compose.yaml to pass the OPIK_VERSION build argument to the frontend service, ensuring the version is correctly populated during local builds.

    下载附件