mariadb finis

This commit is contained in:
0x00000000
2025-06-16 17:26:48 +02:00
parent c43ec976be
commit d33f0f31e7
4 changed files with 30 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM debian:bullseye
RUN apt update -y
RUN apt upgrade -y
RUN apt install mariadb-server -y
COPY conf/50-server.cnf /etc/mysql/mariadb.conf.d/50-server.cnf
COPY tools/script.sh /tools/script.sh
ENTRYPOINT ["sh", "/tools/script.sh"]