Syn CLI Docker

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

jdutton 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.

jdutton/vibe-agent-toolkit/tree/main/packages/dev-tools/corpus/compat-empirical/skills/syn-cli-docker commit 15c5b90e4d

Frequently asked questions

npx skillmds@latest add jdutton/syn-cli-docker