From 794f1810bfc8218058ae32e46ac189eca9e7960e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 9 Oct 2023 20:09:29 +0800 Subject: [PATCH] Minor --- .dockerignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 0706e408..226f8e22 100644 --- a/.dockerignore +++ b/.dockerignore @@ -33,12 +33,14 @@ tsconfig.json /babel.config.js /ecosystem.config.js /extra/healthcheck.exe -/extra/healthcheck-armv7 /extra/healthcheck /extra/exe-builder /extra/push-examples /extra/uptime-kuma-push +# Comment the following line if you want to rebuild the healthcheck binary +/extra/healthcheck-armv7 + ### .gitignore content (commented rules are duplicated)