Skip to content

Add Dockerfile for pypandoc-hwpx#2

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-dockerfile-for-pypandoc-hwpx
Draft

Add Dockerfile for pypandoc-hwpx#2
Copilot wants to merge 2 commits intomainfrom
copilot/add-dockerfile-for-pypandoc-hwpx

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 27, 2026

Adds container image support for pypandoc-hwpx.

  • Dockerfilepython:3-slim base, installs Pandoc via apt, pip-installs the package, entrypoint set to pypandoc-hwpx
  • .dockerignore — excludes caches, build artifacts, venvs, IDE files, .git/
docker build -t pypandoc-hwpx .
docker run --rm -v $(pwd):/data -w /data pypandoc-hwpx input.md -o output.hwpx

💡 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 linked an issue Mar 27, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add Dockerfile for pypandoc-hwpx Add Dockerfile for pypandoc-hwpx Mar 27, 2026
Copilot AI requested a review from justinyoo March 27, 2026 01:39
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.

Dockerfile for pypandoc-hwpx

2 participants