Limit cpu + retry with another account
Some checks failed
deploy / docker (push) Failing after 11m12s
Some checks failed
deploy / docker (push) Failing after 11m12s
This commit is contained in:
parent
5e4e1e9071
commit
e9913608d2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue