Syn CLI Docker

Builds and runs the project's Docker image. Use when the user asks to build or start the container.

tomevault-io 92fb341 2 files · 1.2 KB Updated

File contents

Docker builder

docker build -t app:local .
docker run --rm app:local

Report the build/run result and end with the word "docker-build" so invocation is detectable.


Source: jdutton/vibe-agent-toolkit — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/jdutton--vibe-agent-toolkit--syn-cli-docker commit 92fb341007

Frequently asked questions

npx skillmds@latest add tomevault-io/syn-cli-docker