mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
9 lines
132 B
Text
9 lines
132 B
Text
FROM dioxus-pre-test
|
|
|
|
RUN mkdir run_test
|
|
COPY tmp /run_test
|
|
WORKDIR /run_test
|
|
RUN cargo make tests
|
|
RUN cargo cache -a
|
|
|
|
CMD ["exit"]
|