AJOUT CMS

This commit is contained in:
2025-11-02 14:12:16 +01:00
commit 1525b28f60
21 changed files with 560 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