diff --git a/Dockerfile.ui b/Dockerfile.ui index 842b2d7..7de3133 100644 --- a/Dockerfile.ui +++ b/Dockerfile.ui @@ -15,7 +15,6 @@ RUN pip install --no-cache-dir -r requirements.txt # Copy UI code + assets COPY client/ ./client/ -COPY assets/ ./assets/ RUN mkdir -p /app/uploads