mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
10 lines
300 B
Bash
Executable File
10 lines
300 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker build --build-arg ENABLE_SCRIPTS=0 -t acbuild -f docker/build/Dockerfile .
|
|
|
|
docker run \
|
|
-v /"$(pwd)"/docker/build/cache:/azerothcore/build \
|
|
-v /"$(pwd)"/docker/worldserver/bin:/binworldserver \
|
|
-v /"$(pwd)"/docker/authserver/bin:/binauthserver \
|
|
acbuild
|