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 .