Files
azerothcore-wotlk/bin/acore-docker-build

10 lines
271 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