Agent skill
docker
Stars
0
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/leonj1/external-claude-skills/tree/main/skills/repo/backend/docker
SKILL.md
Docker Backend Skill
Description
Backend projects must run within a Docker container defined by a Dockerfile that includes all required dependencies.
Requirements
- A
Dockerfilemust exist in the backend project root - The Dockerfile must include all dependencies needed to run the backend
- The Docker image must build successfully
Validation
Run the following command to validate the Dockerfile:
bash
docker build -t backend-test .
A successful build (exit code 0) indicates the Dockerfile is valid and complete.
Didn't find tool you were looking for?