mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 00:01:00 +00:00
Package the latest and v3.5.1 releases with loopback-only defaults and documented Docker Socket access.
6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
|
|
exec "${ROOT_DIR}/scripts/init.sh"
|