diff --git a/Dockerfile b/Dockerfile index a838867..8cf8815 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,5 @@ RUN pip install -r requirements.txt # étape de production COPY src ./src +COPY img ./img CMD ["python3", "-u", "./src/generate_cards_mvp.py"] \ No newline at end of file