🐛 Fix wasm-bindgen-cli version in Dockerfile
This commit is contained in:
@@ -13,6 +13,9 @@ WORKDIR /usr/src/beau-gosse-du-92
|
|||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install -y git-lfs
|
&& apt install -y git-lfs
|
||||||
|
|
||||||
|
RUN rustup target add wasm32-unknown-unknown \
|
||||||
|
&& cargo install -f wasm-bindgen-cli --version 0.2.93
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN /usr/local/bin/dx build -r --platform web -- -j ${JOBS_NB}
|
RUN /usr/local/bin/dx build -r --platform web -- -j ${JOBS_NB}
|
||||||
|
Reference in New Issue
Block a user