mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 01:20:31 +00:00
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.
7 lines
225 B
JSON
7 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"
|
|
}
|
|
}
|