소스 검색

editing dockerfile because previous dockerfile

editing broke the dockerfile
DEV-Mael
Figg 6 달 전
부모
커밋
eeebb7c874
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

@@ -5,7 +5,7 @@ RUN pip install poetry
5 5
 
6 6
 COPY pyproject.toml poetry.lock ./
7 7
 COPY ./data/DefaultMediaCountMapFile ./data/DefaultMediaCountMapFile
8
-COPY ./test ./test
8
+COPY ./million ./million
9 9
 
10 10
 RUN poetry config virtualenvs.create false \
11 11
     && poetry install --no-interaction --no-ansi

Loading…
취소
저장