feat(mariadb): starting the Dockerfile of mariadb

This commit is contained in:
Raphael 2025-06-14 20:06:36 +02:00
parent 387238065d
commit b20e81b0fe

View file

@ -0,0 +1,5 @@
FROM alpine:3.21
RUN apk update && apk add mariadb mariadb-client
EXPOSE 3306