fix: development image

This commit is contained in:
Andras Bacsai
2024-12-10 11:50:40 +01:00
parent 6097a531a5
commit a2ab33b04f
3 changed files with 11 additions and 29 deletions

View File

@@ -76,7 +76,5 @@ class Dev extends Command
} else {
echo "Instance already initialized.\n";
}
// Set permissions
Process::run(['chmod', '-R', 'o+rwx', '.']);
}
}