• 0.04 2d214e1a7f

    Fix entrypoint: export DATA_DIR before exec
    All checks were successful
    Build and Push / build (push) Successful in 6s

    kacerr released this 2026-02-25 13:02:43 +00:00 | -3 commits to main since this release

    exec does not support inline VAR=value assignments in bash —
    the shell was trying to execute the literal string as a binary.
    DATA_DIR is already set on line 4, so just export it.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads