update dockerfile

This commit is contained in:
2025-09-17 09:25:18 +03:00
parent 0e7779ca6f
commit 14fbcdb59e

View File

@@ -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