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