From 5961598d24c512179f7277339a2dc55ec9a1b781 Mon Sep 17 00:00:00 2001 From: CrHackHead Date: Wed, 28 Jan 2026 13:28:35 +0100 Subject: [PATCH] Exclude requirements.txt from .dockerignore I had the docker build error where docker couldn't find the requirements.txt while building so I excluded it from .dockerignore. I hope it is okay because now it works --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index ab94e74..414a3a1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -65,6 +65,7 @@ argus.log results/ output/ *.txt +!requirements.txt *.csv *.json