Source Command Build Docker

Build and test Docker image locally

enuno 5eba5ab 721 B Updated 1 repo stars

File contents

source-command-build-docker

Use this skill when the user asks to run the migrated source command build-docker.

Command Template

Build the Docker image locally and verify it works.

Execute the following steps:

  1. Check if Dockerfile exists; if not, offer to create one
  2. Build the Docker image: docker build -t unifi-mcp-server:local .
  3. Display the build output and any warnings
  4. List the image size and layers
  5. Optionally run the container with test environment variables

Report back with:

  • Build success/failure status
  • Image size
  • Any build warnings or errors
  • Suggestions for optimization if needed

enuno/unifi-mcp-server/tree/main/.agents/skills/source-command-build-docker commit 5eba5ab531

Frequently asked questions

npx skillmds@latest add enuno/source-command-build-docker