mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
fix(Docker): add cache to dockerignore to speed up local build (#4366)
Apparently including cmake cache to the build context will take a long time for consecutive builds and causes docker build to spend a long time at `Sending build context to docker daemon (x %)` step.
This commit is contained in:
parent
b0d0378e40
commit
8a0ba39b53
1 changed files with 1 additions and 0 deletions
|
|
@ -5,5 +5,6 @@ data/doc/*
|
|||
conf/*
|
||||
!conf/dist
|
||||
docker/worldserver/data/*
|
||||
docker/build/cache
|
||||
.idea
|
||||
cmake-build-debug/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue