瀏覽代碼

editing dockerfile because previous dockerfile

editing about editing dockerfile because previous
dockerfile editing broke the dockerfile broke the
dockerfile again
undefined
Figg 1 年之前
父節點
當前提交
a6c7b5e7d3
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      Dockerfile

+ 1
- 0
Dockerfile 查看文件

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

Loading…
取消
儲存