Update AI.md
This commit is contained in:
parent
6e294d199e
commit
8a1f604080
@ -224,9 +224,9 @@ CLEAN_INSTALL=1 fetch_and_deploy_gh_release "appname" "owner/repo"
|
|||||||
|
|
||||||
### Helper Utilities
|
### Helper Utilities
|
||||||
|
|
||||||
| Function | Description | Example |
|
| Function/Variable | Description | Example |
|
||||||
|----------|-------------|----------|
|
|-------------------|-------------|----------|
|
||||||
| `import_local_ip` | Sets `$LOCAL_IP` variable | `import_local_ip` |
|
| `$LOCAL_IP` | Always available - contains the container's IP address | `echo "Access: http://${LOCAL_IP}:3000"` |
|
||||||
| `ensure_dependencies` | Checks/installs dependencies | `ensure_dependencies curl jq` |
|
| `ensure_dependencies` | Checks/installs dependencies | `ensure_dependencies curl jq` |
|
||||||
| `install_packages_with_retry` | APT install with retry | `install_packages_with_retry nginx redis` |
|
| `install_packages_with_retry` | APT install with retry | `install_packages_with_retry nginx redis` |
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user