The run script has been updated to ensure that all relevant Docker containers are removed before starting the application, which helps prevent conflicts and ensures a clean environment. Additionally, the sticky header in the project selection view now has a background color applied for better visibility against varying content, improving the user experience during scrolling.
6 lines
225 B
JSON
6 lines
225 B
JSON
{
|
|
"scripts": {
|
|
"onWorktreeCreate": "cp $GCOOL_ROOT_PATH/.env .",
|
|
"run": "docker rm -f coolify coolify-realtime coolify-minio coolify-testing-host coolify-redis coolify-db coolify-mail coolify-vite && spin up"
|
|
}
|
|
}
|