Files
oneuptime/Copilot
2024-07-10 13:39:35 +01:00
..

OneUptime Copilot

Copilot is a tool that helps you improve your codebase automatically.

Run Copilot with Docker

docker run -v $(pwd):/repository -w /repository oneuptime/copilot

Volumes

  • /repository - The directory where your codebase is located.