first commit

This commit is contained in:
No4m
2025-10-27 20:35:12 +01:00
commit 9187f41e17
19 changed files with 504 additions and 0 deletions

8
bdd/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM mysql
LABEL authors="matthieulmr"
ENV MYSQL_ROOT_PASSWORD='passwordRoot'
COPY ./init.sql /docker-entrypoint-initdb.d/
EXPOSE 3306