Files
azerothcore-wotlk/bin/acore-docker-build
2019-02-23 17:34:56 +01:00

10 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