diff --git a/ai/Dockerfile b/ai/Dockerfile index f387c6d..9a8b999 100644 --- a/ai/Dockerfile +++ b/ai/Dockerfile @@ -18,9 +18,6 @@ RUN pip install --no-cache-dir -r requirements.txt # 프로젝트 파일 복사 COPY . . -# .env 파일 복사 -COPY .env .env - # 데이터 저장을 위한 디렉토리 생성 RUN mkdir -p /app/data