From 897bc81ac8aeb0e8f089937be86549867b5c424c Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 12 Apr 2024 23:35:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20another=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b232d36..126bf84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /usr/src/beau-gosse-du-92 COPY . . -RUN cargo -j ${JOBS_NB} install dioxus-cli +RUN cargo install -j ${JOBS_NB} dioxus-cli RUN dx build -r --platform web -- -j ${JOBS_NB}