From: Marcel van der Veldt Date: Sun, 3 Nov 2024 13:48:09 +0000 (+0100) Subject: Chore: Update comment X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e0d60150cead0782011d668a405ac0a22f93df23;p=music-assistant-server.git Chore: Update comment --- 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 \