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/*
|
||||
data/contrib/*
|
||||
data/doc/*
|
||||
modules/*
|
||||
conf/*
|
||||
!conf/*.dist
|
||||
docker/worldserver/data/*
|
||||
|
||||
@@ -8,6 +8,7 @@ ADD .git /azerothcore/.git
|
||||
ADD deps /azerothcore/deps
|
||||
ADD conf/config.cmake.dist /azerothcore/conf/config.cmake.dist
|
||||
ADD src /azerothcore/src
|
||||
ADD modules /azerothcore/modules
|
||||
ADD CMakeLists.txt /azerothcore/CMakeLists.txt
|
||||
|
||||
ENTRYPOINT cd azerothcore/build && \
|
||||
|
||||
Reference in New Issue
Block a user