Ajout des scripts pour remplir la bdd
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM python:3.12
|
||||
|
||||
RUN pip install psycopg2
|
||||
|
||||
COPY . /files
|
||||
WORKDIR /files
|
||||
|
||||
ENTRYPOINT python3 todb.py
|
||||
Reference in New Issue
Block a user