Adding infrastructure files

This commit is contained in:
Laurent
2025-03-11 11:24:06 +01:00
parent dfc1a286f3
commit 99b6f52452
5 changed files with 441 additions and 0 deletions

6
database/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM mariadb:latest
COPY ./init.sh /docker-entrypoint-initdb.d/
RUN chmod -R 755 /docker-entrypoint-initdb.d/ && \
chmod +x /docker-entrypoint-initdb.d/init.sh