mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
fix(BASH): cp docker configs (#5536)
* fix(BASH): cp docker configs * fix(DOCKER): typo
This commit is contained in:
@@ -182,7 +182,7 @@ COPY --chown=$DOCKER_USER:$DOCKER_USER --from=build /azerothcore/env/dist/bin/au
|
|||||||
# with binaries and data included
|
# with binaries and data included
|
||||||
#
|
#
|
||||||
#=================================================================
|
#=================================================================
|
||||||
FROM authserver-local as worldserver
|
FROM worldserver-local as worldserver
|
||||||
|
|
||||||
LABEL description="AC Production ready worldserver"
|
LABEL description="AC Production ready worldserver"
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ cd /azerothcore
|
|||||||
bash acore.sh compiler build
|
bash acore.sh compiler build
|
||||||
|
|
||||||
echo "Generating confs..."
|
echo "Generating confs..."
|
||||||
cp -n "env/docker/etc/worldserver.conf.dockerdist" "env/dist/etc/worldserver.conf"
|
cp -n "env/dist/etc/worldserver.conf.dockerdist" "env/dist/etc/worldserver.conf"
|
||||||
cp -n "env/docker/etc/authserver.conf.dockerdist" "env/dist/etc/authserver.conf"
|
cp -n "env/dist/etc/authserver.conf.dockerdist" "env/dist/etc/authserver.conf"
|
||||||
|
|
||||||
echo "Fixing EOL..."
|
echo "Fixing EOL..."
|
||||||
# using -n (new file mode) should also fix the issue
|
# using -n (new file mode) should also fix the issue
|
||||||
|
|||||||
Reference in New Issue
Block a user