This commit is contained in:
parent
e9913608d2
commit
d81b02c2fe
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ COPY . .
|
||||||
|
|
||||||
# Build the app
|
# Build the app
|
||||||
ENV CARGO_BUILD_JOBS=1
|
ENV CARGO_BUILD_JOBS=1
|
||||||
RUN cargo leptos build -j 1 --release -vv
|
RUN cargo leptos build --release -vv
|
||||||
|
|
||||||
FROM rustlang/rust:nightly-bullseye as runner
|
FROM rustlang/rust:nightly-bullseye as runner
|
||||||
# Copy the server binary to the /app directory
|
# Copy the server binary to the /app directory
|
||||||
|
|
Loading…
Reference in a new issue