ソースを参照

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

読み込み中…
キャンセル
保存