fix(docker): copy build.rs into builder stage to invalidate dummy binary cache (#3570)

* Fix build with Docker

* fix(docker): copy build.rs into builder stage to fix rag feature activation
This commit is contained in:
simonfr 2026-03-17 05:19:55 +07:00 committed by Roman Tataurov
parent 0eb94e516e
commit c973439848
No known key found for this signature in database
GPG Key ID: 70A51EF3185C334B

View File

@ -33,6 +33,7 @@ COPY benches/ benches/
COPY crates/ crates/
COPY firmware/ firmware/
COPY web/ web/
COPY *.rs .
# Keep release builds resilient when frontend dist assets are not prebuilt in Git.
RUN mkdir -p web/dist && \
if [ ! -f web/dist/index.html ]; then \