mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-24 13:21:10 -08:00
9 lines
265 B
Bash
Executable file
9 lines
265 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
docker build -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
|