amine-yagoub Claude Opus 4.6 commited on
Commit
262ab2e
·
1 Parent(s): 3a09553

fix: remove assets/ copy from Dockerfile (directory deleted)

Browse files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
9
 
10
  COPY pyproject.toml .
11
  COPY src/ src/
12
- COPY assets/ assets/
13
 
14
  RUN pip install --no-cache-dir -e .
15
 
 
9
 
10
  COPY pyproject.toml .
11
  COPY src/ src/
 
12
 
13
  RUN pip install --no-cache-dir -e .
14