Browse Source

dockerfile editing

DEV-Mael
Figg 6 months ago
parent
commit
1796fdf4b5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

4
 RUN pip install poetry
4
 RUN pip install poetry
5
 
5
 
6
 COPY pyproject.toml poetry.lock ./
6
 COPY pyproject.toml poetry.lock ./
7
-COPY ./million ./million
7
+COPY ./data/DefaultMediaCountMapFile ./data/DefaultMediaCountMapFile
8
 COPY ./test ./test
8
 COPY ./test ./test
9
 
9
 
10
 RUN poetry config virtualenvs.create false \
10
 RUN poetry config virtualenvs.create false \

Loading…
Cancel
Save