feat: add Docker container launch option and update process handling

- Introduced a new option to launch the application in a Docker container (Isolated Mode) from the main menu.
- Added checks for the ANTHROPIC_API_KEY environment variable to ensure proper API functionality.
- Updated process management to include Docker, allowing for better cleanup and handling of spawned processes.
- Enhanced user prompts and logging for improved clarity during the launch process.
This commit is contained in:
webdevcody
2026-01-03 23:53:44 -05:00
parent 586aabe11f
commit 22aa24ae04
4 changed files with 94 additions and 40 deletions

1
.dockerignore Normal file
View File

@@ -0,0 +1 @@
node_modules/