ci : Include images in image
release-tag / release-image (push) Successful in 14s

This commit is contained in:
2024-08-03 16:47:00 +02:00
parent 1a3219e6e6
commit f766c559d6
+1
View File
@@ -8,4 +8,5 @@ RUN pip install -r requirements.txt
# étape de production # étape de production
COPY src ./src COPY src ./src
COPY img ./img
CMD ["python3", "-u", "./src/generate_cards_mvp.py"] CMD ["python3", "-u", "./src/generate_cards_mvp.py"]