mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
dc0c71b063
Update the Dockerfile in the Copilot directory to use the correct volume mount path. This ensures that the Copilot tool can access the repository files correctly when running in a Docker container. |
||
---|---|---|
.. | ||
Exceptions | ||
Service | ||
Types | ||
Utils | ||
.dockerignore | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
Config.ts | ||
Dockerfile.tpl | ||
Index.ts | ||
Init.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):/repository -w /repository oneuptime/copilot
Volumes
/repository
- The directory where your codebase is located.