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
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:
parent
b4d1e0bde7
commit
6b760bf261
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue