Merge pull request #554 from tnfssc/sharath/suna-257-urlsupabaseco-does-not-change-when-re-setuppy

This commit is contained in:
Sharath 2025-05-28 16:43:57 +05:30 committed by GitHub
commit bd9cd3bab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ def start_suna():
# subprocess.run(['docker', 'compose', 'up', '-d'], check=True)
print_info("Building images locally...")
subprocess.run(['docker', 'compose', 'up', '-d'], check=True, shell=IS_WINDOWS)
subprocess.run(['docker', 'compose', 'up', '-d', '--build'], check=True, shell=IS_WINDOWS)
# Wait for services to be ready
print_info("Waiting for services to start...")