mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00: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:
@@ -5,5 +5,6 @@ data/doc/*
|
||||
conf/*
|
||||
!conf/dist
|
||||
docker/worldserver/data/*
|
||||
docker/build/cache
|
||||
.idea
|
||||
cmake-build-debug/*
|
||||
|
||||
Reference in New Issue
Block a user