🐛 Fix another typo
Some checks are pending
ci/woodpecker/push/deploy Pipeline is running

This commit is contained in:
2024-04-12 23:35:01 +02:00
parent 37335af0f7
commit 897bc81ac8

View File

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