This commit is contained in:
parent
d81b02c2fe
commit
fa54943869
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue