fix(BASH): cp docker configs (#5536)
* fix(BASH): cp docker configs * fix(DOCKER): typo
This commit is contained in:
parent
a92293c2fd
commit
e02d5f4ae4
2 changed files with 3 additions and 3 deletions
|
|
@ -182,7 +182,7 @@ COPY --chown=$DOCKER_USER:$DOCKER_USER --from=build /azerothcore/env/dist/bin/au
|
|||
# with binaries and data included
|
||||
#
|
||||
#=================================================================
|
||||
FROM authserver-local as worldserver
|
||||
FROM worldserver-local as worldserver
|
||||
|
||||
LABEL description="AC Production ready worldserver"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ cd /azerothcore
|
|||
bash acore.sh compiler build
|
||||
|
||||
echo "Generating confs..."
|
||||
cp -n "env/docker/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/worldserver.conf.dockerdist" "env/dist/etc/worldserver.conf"
|
||||
cp -n "env/dist/etc/authserver.conf.dockerdist" "env/dist/etc/authserver.conf"
|
||||
|
||||
echo "Fixing EOL..."
|
||||
# using -n (new file mode) should also fix the issue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue