force WASM rebuild
All checks were successful
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Successful in 8m59s
Podman Rootless Demo / deploy-prod (push) Successful in 51s

This commit is contained in:
continuist 2025-10-25 22:24:39 -04:00
parent b4d1e0bde7
commit 6b760bf261

View file

@ -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