Update launch_progress.js

This commit is contained in:
2025-06-23 15:05:07 +02:00
parent 40b1a63cf5
commit 23a55e025c

View File

@@ -2014,7 +2014,9 @@ async function downloadDockerCompose(repo, branch) {
const result = await response.json();
return {
success: true,
content: result.content
content: result.content,
commit_hash: result.commit_hash,
latest_tag: result.latest_tag
};
} catch (error) {
console.error('Error downloading docker-compose.yml:', error);