mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Docker): allow to use modules (#1558)
This commit is contained in:
@@ -2,7 +2,6 @@ build*/
|
|||||||
var/*
|
var/*
|
||||||
data/contrib/*
|
data/contrib/*
|
||||||
data/doc/*
|
data/doc/*
|
||||||
modules/*
|
|
||||||
conf/*
|
conf/*
|
||||||
!conf/*.dist
|
!conf/*.dist
|
||||||
docker/worldserver/data/*
|
docker/worldserver/data/*
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ ADD .git /azerothcore/.git
|
|||||||
ADD deps /azerothcore/deps
|
ADD deps /azerothcore/deps
|
||||||
ADD conf/config.cmake.dist /azerothcore/conf/config.cmake.dist
|
ADD conf/config.cmake.dist /azerothcore/conf/config.cmake.dist
|
||||||
ADD src /azerothcore/src
|
ADD src /azerothcore/src
|
||||||
|
ADD modules /azerothcore/modules
|
||||||
ADD CMakeLists.txt /azerothcore/CMakeLists.txt
|
ADD CMakeLists.txt /azerothcore/CMakeLists.txt
|
||||||
|
|
||||||
ENTRYPOINT cd azerothcore/build && \
|
ENTRYPOINT cd azerothcore/build && \
|
||||||
|
|||||||
Reference in New Issue
Block a user