mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
.. | ||
Utils | ||
.dockerignore | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
Config.ts | ||
Dockerfile.tpl | ||
Index.ts | ||
jest.config.json | ||
nodemon.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
OneUptime Copilot
Copilot is a tool that helps you improve your codebase automatically.
Run Copilot with Docker
docker run -v $(pwd):/app -w /app oneuptime/copilot
Volumes
/repository
- The directory where your codebase is located.