From 92b0b495354d0258174663ed31187bcc6081d6b8 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Thu, 4 Jun 2026 20:56:03 +0200 Subject: [PATCH] refactor: remove unnecessary COPY command for web directory in Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05c20d9..948e015 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,6 @@ RUN pip install --no-cache-dir -r requirements/latest-runtime.in COPY pyproject.toml README.md /app/ COPY src /app/src -COPY web /app/web RUN pip install --no-cache-dir --no-deps .