ported double tracking from TC
This commit is contained in:
9
bin/acore-docker-build
Normal file
9
bin/acore-docker-build
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user