mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
This commit updates the Dockerfile to set the stack trace limit to 0, allowing full stack traces to be shown. This change ensures that developers have access to complete stack trace information when debugging the application.
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.