using fat image for building rust
This commit is contained in:
parent
399ed615d3
commit
864e9fb3e0
@ -1,6 +1,6 @@
|
|||||||
FROM rust:1.69-alpine AS rust-build
|
FROM rust:1.69 AS rust-build
|
||||||
|
|
||||||
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||||
|
|
||||||
COPY . /draught
|
COPY . /draught
|
||||||
WORKDIR /draught
|
WORKDIR /draught
|
||||||
|
Loading…
Reference in New Issue
Block a user