fix(docker): Modules SQL do not get updated or populated for docker set ups (#19870)

* Added modules to dbimport so sql cab accessed by loader

* updated dbimport tools config option to enable module sql to be updated and populated

* Updated casting around GetOption and changed default to all
This commit is contained in:
Ben Carter
2024-09-06 11:37:00 -04:00
committed by GitHub
parent 9dae87595d
commit 6e5cd04591
4 changed files with 27 additions and 2 deletions

View File

@@ -199,6 +199,9 @@ ENV ACORE_COMPONENT=dbimport
COPY --chown=$DOCKER_USER:$DOCKER_USER \
data data
COPY --chown=$DOCKER_USER:$DOCKER_USER \
modules modules
COPY --chown=$DOCKER_USER:$DOCKER_USER\
--from=build \
/azerothcore/env/dist/bin/dbimport /azerothcore/env/dist/bin/dbimport