发布

  • fix: ignore hadolint DL3059 to preserve Docker layer caching (#1926)

    frostbyte_neo 发布于 2026-02-03 13:18:29 +00:00

    Separate RUN instructions in the builder stage are intentional for
    Docker layer caching — npm ci, npm run build, and pdm install have
    different change frequencies and merging them would force expensive
    re-downloads when only one step's inputs change.

    下载附件