Remix.run Logo
a_t48 2 hours ago

Does it support running Docker images inside the sandbox?

willydouhard 2 hours ago | parent [-]

Yes, for instance Twill is running a local postgres and redis directly in the sandbox using docker compose when running on our codebase.

This is what enables Twill to self verify its work before opening a PR