Skip to content

Conversation

@Sakeeb91
Copy link

@Sakeeb91 Sakeeb91 commented Oct 14, 2025

Summary

  • add a Dockerfile and .dockerignore so the CLI can run without a local Python toolchain
  • document building, running, and publishing the container image
  • validate the image with a local docker build

Closes #391

Testing

  • docker build -t codegraphcontext-test:latest .
  • docker run --rm codegraphcontext-test:latest --help
  • pytest # failed: server fixture requires NEO4J_* credentials

@vercel
Copy link

vercel bot commented Oct 14, 2025

@Sakeeb91 is attempting to deploy a commit to the shashankss1205's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

Create a docker container for the entire package+python

1 participant