mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-24 21:31:50 -08:00
9 lines
294 B
Bash
Executable file
9 lines
294 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
|