Commit
ยท
5033c67
1
Parent(s):
e276b25
chore: Remove models directory copy from Dockerfile to streamline build process
Browse files- 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 ./
|