mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-26 23:16:24 +00:00
update client-data and add stop/start
This commit is contained in:
10
start-containers.sh
Executable file
10
start-containers.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Thin wrapper to bring the AzerothCore stack online without triggering rebuilds.
|
||||
# Reuses deploy.sh so all profile detection and tagging logic stay consistent.
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
exec "${SCRIPT_DIR}/deploy.sh" --skip-rebuild --yes --no-watch
|
||||
Reference in New Issue
Block a user