Explorar el Código

editing dockerfile because previous dockerfile

editing about editing dockerfile because previous
dockerfile editing broke the dockerfile broke the
dockerfile again
DEV-Mael
Figg hace 6 meses
padre
commit
a6c7b5e7d3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      Dockerfile

+ 1
- 0
Dockerfile Ver fichero

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

Loading…
Cancelar
Guardar