ssh timeout + docker install

This commit is contained in:
Andras Bacsai
2023-05-02 19:15:17 +02:00
parent 58d51dd128
commit 910e8279a0
3 changed files with 7 additions and 3 deletions

View File

@@ -45,7 +45,9 @@ function coolify-root {
function vite {
bash vendor/bin/spin exec vite bash
}
function build-builder {
act -W .github/workflows/coolify-builder.yml --secret-file .env.secrets
}
function default {
help
}