Ajout des scripts pour remplir la bdd

This commit is contained in:
2024-01-10 16:45:38 +01:00
parent b52504e26a
commit 15949f6596
2 changed files with 72 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM python:3.12
RUN pip install psycopg2
COPY . /files
WORKDIR /files
ENTRYPOINT python3 todb.py