# Use the official MySQL image as a parent image
FROM mysql:8

COPY init.sql /docker-entrypoint-initdb.d/init.sql
