mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
7 lines
118 B
Text
7 lines
118 B
Text
FROM dioxus-test-image
|
|
|
|
WORKDIR /run_test
|
|
RUN cargo install cargo-tarpaulin
|
|
RUN cargo cache -a
|
|
|
|
ENTRYPOINT [ "bash" ]
|