mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Core/bin): Add quotes to pwd in docker build scripts (#3701)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
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 \
|
||||
-v /"$(pwd)"/docker/build/cache:/azerothcore/build \
|
||||
-v /"$(pwd)"/docker/worldserver/bin:/binworldserver \
|
||||
-v /"$(pwd)"/docker/authserver/bin:/binauthserver \
|
||||
acbuild
|
||||
|
||||
Reference in New Issue
Block a user