瀏覽代碼

dockerfile editing

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

+ 1
- 1
Dockerfile 查看文件

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

Loading…
取消
儲存