Fix syntax
Some checks failed
deploy / docker (push) Failing after 24m48s

This commit is contained in:
Florian RICHER 2023-11-21 21:10:39 +01:00
parent e9913608d2
commit d81b02c2fe

View file

@ -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