gregory/docs/behind-the-scenes/commands.md
2025-01-18 15:10:34 -06:00

3 lines
228 B
Markdown

# How commands are run
I was unable to find a way to directly run *multiple* commands via Docker/Podman. Instead of doing that, greg puts all the commands in a temporary script, mounts it inside, and then runs it with `shell`.