Try hot update
All checks were successful
deploy / docker (push) Successful in 21m2s

This commit is contained in:
Florian RICHER 2023-11-21 22:07:45 +01:00
parent d81b02c2fe
commit fa54943869
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ WORKDIR /app
COPY . .
# Build the app
ENV CARGO_BUILD_JOBS=1
ENV CARGO_BUILD_JOBS=2
RUN cargo leptos build --release -vv
FROM rustlang/rust:nightly-bullseye as runner