Added docker files for the bot and the database

This commit is contained in:
2023-05-07 16:34:41 +03:00
parent 2fb6fbe6a3
commit fd94cb317f
6 changed files with 93 additions and 0 deletions

3
database/Dockerfile Executable file
View File

@ -0,0 +1,3 @@
FROM docker.io/mariadb
COPY mariadb.cnf /etc/mysql/mariadb.cnf