diff --git a/frontend/Dockerfile b/frontend/Dockerfile index dab97cd..ba96162 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -5,6 +5,8 @@ WORKDIR /app # Set CARGO_HOME to ensure cargo uses our configuration ENV CARGO_HOME=/root/.cargo +# Cache busting environment variable to force WASM rebuild +ENV CACHE_BUST=20241025 # Install wasm32 target and wasm-pack RUN rustup target add wasm32-unknown-unknown