Parcourir la source

editing dockerfile because previous dockerfile

editing broke the dockerfile
DEV-Mael
Figg il y a 6 mois
Parent
révision
eeebb7c874
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer