fix(docker): COPY multi-source dest must end with slash

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-14 20:44:20 +03:00
parent 93babb804d
commit a579612c9a

View File

@@ -33,7 +33,7 @@ RUN set -eux; \
COPY requirements.txt . COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY app.py kaskad_store.py system_info.py . COPY app.py kaskad_store.py system_info.py /app/
COPY templates ./templates COPY templates ./templates
COPY static ./static COPY static ./static