mxw_wotlk_azerothcore/bin/acore-docker-build-no-scripts

10 lines
294 B
Plaintext
Raw Normal View History

2020-10-30 23:45:46 -04:00
#!/usr/bin/env bash
docker build --build-arg ENABLE_SCRIPTS=0 -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