1 2 3 4 5 6 7 8 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