feat(mariadb): starting the Dockerfile of mariadb
This commit is contained in:
parent
387238065d
commit
b20e81b0fe
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
FROM alpine:3.21
|
||||
|
||||
RUN apk update && apk add mariadb mariadb-client
|
||||
|
||||
EXPOSE 3306
|
||||
Loading…
Add table
Add a link
Reference in a new issue