Skip to content

Commit ba63c70

Browse files
committed
Dockerfile 수정
1 parent dfa6888 commit ba63c70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ADD . /code
88
# ./requirements.txt 를 /code/requirements.txt 로 복사
99
COPY ./requirements.txt /code/requirements.txt
1010

11+
# google translate key 파일 복사
12+
COPY ./google-translate-key.json /code/google-translate-key.json
13+
1114
# requirements.txt 를 보고 모듈 전체 설치(-r)
1215
RUN pip install --no-cache-dir -r /code/requirements.txt
1316

0 commit comments

Comments
 (0)