Browse Source

editing dockerfile because previous dockerfile

editing about editing dockerfile because previous
dockerfile editing broke the dockerfile broke the
dockerfile again
DEV-Mael
Figg 6 months ago
parent
commit
a6c7b5e7d3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Dockerfile

+ 1
- 0
Dockerfile View File

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…
Cancel
Save