summaryrefslogtreecommitdiff
path: root/bin/acore-docker-build-no-scripts
blob: a0c80a5e339c560d62200afcdd506aa99ab286e3 (plain)
1
2
3
4
5
6
7
8
9
#!/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