LearningnRunning commited on
Commit
5033c67
ยท
1 Parent(s): e276b25

chore: Remove models directory copy from Dockerfile to streamline build process

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -24,7 +24,6 @@ RUN uv pip install --system -r requirements.txt
24
 
25
  # ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ์ฝ”๋“œ ๋ณต์‚ฌ
26
  COPY config/ ./config/
27
- COPY models/ ./models/
28
  COPY services/ ./services/
29
  COPY data/ ./data/
30
  COPY app.py init_db.py ./
 
24
 
25
  # ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ์ฝ”๋“œ ๋ณต์‚ฌ
26
  COPY config/ ./config/
 
27
  COPY services/ ./services/
28
  COPY data/ ./data/
29
  COPY app.py init_db.py ./