Seungwoo hong commited on
Commit
739c80b
·
1 Parent(s): a92d450

🚑 fix: Add missing project files for tutorial 1 in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -12,6 +12,8 @@ WORKDIR /app
12
  COPY --chown=user ./requirements.txt requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
 
 
15
  COPY --chown=user . /app
16
 
17
  # AutoRAG 실행 명령어를 CMD로 변경
 
12
  COPY --chown=user ./requirements.txt requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
+ COPY --chown=user ./autorag/projects/tutorial_1/0 /app/projects/tutorial_1/0
16
+
17
  COPY --chown=user . /app
18
 
19
  # AutoRAG 실행 명령어를 CMD로 변경