← スキル一覧に戻る

docker-next-config-mounts
by CleanExpo
Unite Group CRM
⭐ 1🍴 0📅 2026年1月25日
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:
-
Confirm the repo uses
next.config.mjs- Check that
next.config.mjsexists at the expected path.
- Check that
-
Fix compose files
- Replace mounts of
next.config.jswithnext.config.mjs. - Prefer read-only mounts:
:ro.
- Replace mounts of
-
Prevent recurrence
- Ensure the mounted source file exists in the repo.
- Optionally add
next.config.js/to.gitignoreto prevent accidental commits if it was created previously.
-
Validate
- Rebuild or restart dev containers as needed.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です