Chore: Update comment
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 3 Nov 2024 13:48:09 +0000 (14:48 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 3 Nov 2024 13:48:09 +0000 (14:48 +0100)
Dockerfile

index 443c657557b4e11442423d6a4c5ddc56ed434c33..a8c49acc547fb7dd2690a86e0b219de2372031e3 100644 (file)
@@ -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 \