🐛 Add path to the registry hosting the dioxus-cli image
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM rust:latest AS builder
|
FROM rust:latest AS builder
|
||||||
|
|
||||||
# Homemade docker image providing the dioxus-cli
|
# Homemade docker image providing the dioxus-cli
|
||||||
COPY --from=dioxus-cli:asr-0.5.2 /usr/local/bin/dx /usr/local/bin/dx
|
COPY --from=rg.fr-par.scw.cloud/asr-projects/dioxus-cli:asr-0.5.2 /usr/local/bin/dx /usr/local/bin/dx
|
||||||
|
|
||||||
ARG JOBS_NB=${JOBS_NB:-default}
|
ARG JOBS_NB=${JOBS_NB:-default}
|
||||||
# Disable incremental compilation
|
# Disable incremental compilation
|
||||||
|
Reference in New Issue
Block a user