fix(Docker): allow to use modules (#1558)

This commit is contained in:
Francesco Borzì 2019-04-08 21:29:21 +02:00 committed by GitHub
parent 68c89e8af9
commit 97e7e2228e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@ build*/
var/*
data/contrib/*
data/doc/*
modules/*
conf/*
!conf/*.dist
docker/worldserver/data/*

View File

@ -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 && \