Back to list
sayali-ingle-pdl

docker

by sayali-ingle-pdl

AI app starter template

0🍴 0📅 Jan 15, 2026

SKILL.md


name: docker description: Generates Dockerfile for application containerization and deployment. Defines multi-stage build process with Node.js build stage and nginx serving stage for production deployment.

Docker Skill

Purpose

Generate Docker-related files for containerization and deployment.

Output

Create the file: Dockerfile

Example File

See: examples.md in this directory for complete example.

Notes

  • Uses Ubuntu Node.js base image with version that matches the local node version
  • Runs quality checks during build: linting, style checking, and unit tests
  • Installs and configures nginx for serving the built application
  • Cleans up apt cache to reduce image size
  • Uses entrypoint script for runtime configuration
  • Integrates with Datadog for source code tracking, if datadog has been installed
  • Securely handles GitHub Packages authentication using Docker secrets, if component library has been installed
  • Removes .npmrc after installation for security, if component library has been installed

Score

Total Score

35/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon