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.
Builds and runs the project's Docker image. Use when the user asks to build or start the container.
npx skillmds@latest add jdutton/syn-cli-docker 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.
jdutton/vibe-agent-toolkit/tree/main/packages/dev-tools/corpus/compat-empirical/skills/syn-cli-docker commit 15c5b90e4d