feature/1-self-sovereign-passports-for-user-identity #2

Merged
continuist merged 29 commits from feature/1-self-sovereign-passports-for-user-identity into main 2025-11-01 10:32:30 -04:00
Showing only changes of commit 6b760bf261 - Show all commits

View file

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