Detail steps during create twenty app (#20374)

## Before
<img width="391" height="188" alt="image"
src="https://github.com/user-attachments/assets/78a0139f-d992-49cb-98ff-531bdbadc64b"
/>

## After
<img width="419" height="773" alt="image"
src="https://github.com/user-attachments/assets/da9b36a4-74e0-4445-b8c5-7a2329eb4f46"
/>
This commit is contained in:
martmull
2026-05-07 22:51:24 +02:00
committed by GitHub
parent 59f2b1c724
commit e294d74e07
5 changed files with 204 additions and 47 deletions
@@ -210,7 +210,7 @@ const innerServerStart = async (
onProgress?.('Starting existing container...');
execSync(`docker start ${containerName}`, { stdio: 'ignore' });
} else {
onProgress?.('Starting Twenty container...');
onProgress?.('Pulling Docker image and starting Twenty container...');
const runResult = spawnSync(
'docker',