We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa6888 commit ba63c70Copy full SHA for ba63c70
1 file changed
Dockerfile
@@ -8,6 +8,9 @@ ADD . /code
8
# ./requirements.txt 를 /code/requirements.txt 로 복사
9
COPY ./requirements.txt /code/requirements.txt
10
11
+# google translate key 파일 복사
12
+COPY ./google-translate-key.json /code/google-translate-key.json
13
+
14
# requirements.txt 를 보고 모듈 전체 설치(-r)
15
RUN pip install --no-cache-dir -r /code/requirements.txt
16
0 commit comments