fix(BASH): cp docker configs (#5536)

* fix(BASH): cp docker configs

* fix(DOCKER): typo
This commit is contained in:
Patrick Lewis 2021-04-29 01:31:17 -07:00 committed by GitHub
parent a92293c2fd
commit e02d5f4ae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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