diff --git a/Dockerfile b/Dockerfile index 5c4fb2b..23e1dcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY . . # Build the app 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 # Copy the server binary to the /app directory