diff --git a/Dockerfile b/Dockerfile index 68a44a380..6db8efd4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,8 @@ COPY src/ src/ COPY benches/ benches/ COPY crates/ crates/ COPY firmware/ firmware/ +COPY data/ data/ +COPY skills/ skills/ COPY web/ web/ # Keep release builds resilient when frontend dist assets are not prebuilt in Git. RUN mkdir -p web/dist && \