Limit cpu + retry with another account
Some checks failed
deploy / docker (push) Failing after 11m12s

This commit is contained in:
Florian RICHER 2023-11-21 20:54:18 +01:00
parent 5e4e1e9071
commit e9913608d2

View file

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