diff --git a/Dockerfile b/Dockerfile index d196e6219..82602e17d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \