feat: ✨ [first attempt at using MySQLi in the docker dev env]
This commit is contained in:
parent
472ec10496
commit
1862ccbbb6
5 changed files with 21 additions and 2 deletions
4
docker_dev/MysqlDockerfile
Normal file
4
docker_dev/MysqlDockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM mysql:8.0-debian
|
||||
|
||||
WORKDIR /docker-entrypoint-initdb.d
|
||||
COPY mysql_schema.sql ./
|
Loading…
Add table
Add a link
Reference in a new issue