feat: [first attempt at using MySQLi in the docker dev env]

This commit is contained in:
David Bailey 2023-10-16 16:15:24 +02:00
parent 472ec10496
commit 1862ccbbb6
5 changed files with 21 additions and 2 deletions

View file

@ -0,0 +1,4 @@
FROM mysql:8.0-debian
WORKDIR /docker-entrypoint-initdb.d
COPY mysql_schema.sql ./