Explorar el Código

editing dockerfile because previous dockerfile

editing broke the dockerfile
DEV-Mael
Figg hace 6 meses
padre
commit
eeebb7c874
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

@@ -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…
Cancelar
Guardar