瀏覽代碼

editing dockerfile because previous dockerfile

editing about editing dockerfile because previous
dockerfile editing broke the dockerfile broke the
dockerfile again
DEV-Mael
Figg 6 月之前
父節點
當前提交
a6c7b5e7d3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Dockerfile

+ 1
- 0
Dockerfile 查看文件

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

Loading…
取消
儲存