From e0d60150cead0782011d668a405ac0a22f93df23 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sun, 3 Nov 2024 14:48:09 +0100 Subject: [PATCH] Chore: Update comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 443c6575..a8c49acc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ADD dist dist # pre-install ALL requirements # comes at a cost of a slightly larger image size but is faster to start -# and has less dependencies to install at runtime +# because we do not have to install dependencies at runtime COPY requirements_all.txt . RUN uv pip install \ --no-cache \ -- 2.34.1