mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
`tail -c` is however. Since we used `head -c-`, to cut off characters from the end, the POSIX-compliant `wc -c` is used for a `strlen` we can proceed to do the necessary arithmetic off of. Credit to @PlasmaPower for identifying this non-compliant behavior which necessitated this fix in response.
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.