Skip to content

Conversation

Copy link

Copilot AI commented Nov 2, 2025

Adds Docker setup to standardize the Qiita CLI development environment across machines.

Changes:

  • Dockerfile: Node.js 20 base with npm dependency installation
  • docker-compose.yml: Development container with Qiita preview server on port 8888, mounts project files and CLI config
  • package.json: Adds @qiita/qiita-cli dev dependency
  • qiita.config.json: Configures CLI to bind to 0.0.0.0:8888 for container access

Usage:

docker-compose up -d
docker exec -it qiita-contents-dev bash
npx qiita preview

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Nov 2, 2025
Copilot AI mentioned this pull request Nov 2, 2025
Copilot AI changed the title [WIP] Add docker settings Add Docker containerization for Qiita CLI development Nov 2, 2025
Copilot AI requested a review from exchange-wata November 2, 2025 13:12
Copilot finished work on behalf of exchange-wata November 2, 2025 13:12
Base automatically changed from add_docker to main November 2, 2025 13:15
@exchange-wata exchange-wata deleted the copilot/sub-pr-1-another-one branch November 5, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants