Selaa lähdekoodia

dockerfile editing

DEV-Mael
Figg 6 kuukautta sitten
vanhempi
commit
1796fdf4b5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Näytä tiedosto

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

Loading…
Peruuta
Tallenna