Merge branch 'main' of git.legonzaur.fr:heronfief/cards-gen
release-tag / release-image (push) Successful in 13s

This commit is contained in:
2024-08-04 17:33:56 +02:00
+1
View File
@@ -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"]