mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
8 lines
120 B
Text
8 lines
120 B
Text
FROM dioxus-base-test-image
|
|
|
|
RUN mkdir run_test
|
|
COPY tmp /run_test
|
|
WORKDIR /run_test
|
|
RUN cargo make tests
|
|
|
|
CMD ["exit"]
|