Просмотр исходного кода

editing dockerfile because previous dockerfile

editing about editing dockerfile because previous
dockerfile editing broke the dockerfile broke the
dockerfile again
DEV-Mael
Figg 6 месяцев назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить