From 5add6d99091cfebc833f895c12a534ee1a3c7075 Mon Sep 17 00:00:00 2001 From: LamGC Date: Thu, 18 Aug 2022 01:50:10 +0800 Subject: [PATCH] =?UTF-8?q?build(container):=20=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=20Docker=20Context=20=E8=BF=87=E6=BB=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 该文件用于优化向 Docker Daemon 发送 Context 文件的文件数量, 增加之后, 从四千个文件降至143个文件, 优化显著. --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..3217299 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +**/ +!scalabot-app/build/install/