瀏覽代碼

dockerfile editing

DEV-Mael
Figg 1 年之前
父節點
當前提交
3023895551
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 查看文件

4
 RUN pip install poetry
4
 RUN pip install poetry
5
 
5
 
6
 COPY pyproject.toml poetry.lock ./
6
 COPY pyproject.toml poetry.lock ./
7
-COPY ./million ./million
7
+COPY ./data/DefaultMediaCountMapFile ./data/DefaultMediaCountMapFile
8
 COPY ./test ./test
8
 COPY ./test ./test
9
 
9
 
10
 RUN poetry config virtualenvs.create false \
10
 RUN poetry config virtualenvs.create false \

Loading…
取消
儲存