Browse Source

editing dockerfile because previous dockerfile

editing broke the dockerfile
DEV-Mael
Figg 6 months ago
parent
commit
eeebb7c874
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

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

Loading…
Cancel
Save