From 8a0ba39b5300da95fd3945851ca0e46e7a8f942a Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Thu, 4 Feb 2021 14:39:00 +0200 Subject: [PATCH] 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. --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index b8e5ffbfe0..18644dcc28 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,5 +5,6 @@ data/doc/* conf/* !conf/dist docker/worldserver/data/* +docker/build/cache .idea cmake-build-debug/*