From 221330d08de48699a6190b5a78c25b97a180878e Mon Sep 17 00:00:00 2001 From: VictorPBilbao Date: Sat, 15 Jun 2024 20:35:32 -0300 Subject: [PATCH] Update .dockerignore to include .git and .gitignore --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 3e4e48b..11b609a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -.gitignore \ No newline at end of file +.gitignore +.git \ No newline at end of file