Polist Readme instructions

This commit is contained in:
Ilya Rogozhin
2026-06-09 19:28:32 +02:00
parent 792e4d7f28
commit 81e528fe43
5 changed files with 22 additions and 11 deletions
+2
View File
@@ -1,3 +1,5 @@
FROM mysql:latest
COPY ./my.cnf /etc/mysql/my.cnf
#COPY ./init.sql /docker-entrypoint-initdb.d/
+2
View File
@@ -0,0 +1,2 @@
CREATE DATABASE IF NOT EXISTS `test_fhr` CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;