Back to list
CleanExpo

docker-next-config-mounts

by CleanExpo

Unite Group CRM

1🍴 0📅 Jan 25, 2026

SKILL.md


name: docker-next-config-mounts description: Use when asked to fix Docker Compose bind mounts for Next.js config so they mount next.config.mjs (not next.config.js) and avoid the next.config.js/ directory bug.

Goal: ensure Docker Compose mounts the correct Next.js config file and avoid Docker creating a next.config.js/ directory when a bind source path is missing.

Workflow:

  1. Confirm the repo uses next.config.mjs

    • Check that next.config.mjs exists at the expected path.
  2. Fix compose files

    • Replace mounts of next.config.js with next.config.mjs.
    • Prefer read-only mounts: :ro.
  3. Prevent recurrence

    • Ensure the mounted source file exists in the repo.
    • Optionally add next.config.js/ to .gitignore to prevent accidental commits if it was created previously.
  4. Validate

    • Rebuild or restart dev containers as needed.

Score

Total Score

50/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
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon