Files
serai/orchestration
Luke Parker 36ac9c56a4 Remove workaround for lack of musl-dev now that musl-dev is provided in Rust Alpine images
Additionally, optimizes the build process a bit via leaving only the runtime
(and `busybox`) in the final image, and additionally building the runtime
without `std` (as we solely need the WASM blob from this process).
2025-12-04 11:58:38 -05:00
..
2025-09-18 17:41:25 -04:00
2025-08-25 10:06:35 -04:00
2024-02-09 02:48:44 -05:00

Orchestration

This folder contains the tool which generates various dockerfiles and manage deployments of Serai.

To start, run:

cargo run -p serai-orchestrator

to generate all of the dockerfiles needed for development.