fix(Docker): allow to use modules (#1558)
This commit is contained in:
parent
68c89e8af9
commit
97e7e2228e
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user