瀏覽代碼

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…
取消
儲存