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:
parent
9dae87595d
commit
6e5cd04591
4 changed files with 27 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue