How to get docker inside of a build?

Eemccue5/16/2023
Hi, I'm trying to deploy an iteration of https://github.com/engineer-man/piston

It requires docker as part of its normal operations to do sandboxed execution + at build time. Railway detects it as just a nodejs project and the build fails.

How can I resolve this?

Logs below
Eemccue5/16/2023
Eemccue5/16/2023
fe45e531-e946-4992-bbce-6d6b7768306e
Eemccue5/16/2023
project id
Bbrody5/16/2023
this requires docker volumes, railway doesn't have docker volume support at the moment, so currently you won't be able to deploy that to railway