From de885d3f5cf547a176e55fa7653e5929153050ca Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Mon, 20 Nov 2023 14:11:37 +0330 Subject: [PATCH] Remove git dir from dockerignore We need to have .git directory in the deployed project so that we can get and show the commit hash of the deployed project. --- .dockerignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index d28956cde..63bd39c93 100644 --- a/.dockerignore +++ b/.dockerignore @@ -44,7 +44,6 @@ yarn-debug.log* ################################################### # Specific to .dockerignore -.git/ .github/ spec/ scripts/