labelbase/mysql/Dockerfile
Xavier Fiechter 695cd5ba33 .
2024-02-18 09:04:31 +01:00

4 lines
114 B
Docker

# Use the official MySQL image as a parent image
FROM mysql:8
COPY init.sql /docker-entrypoint-initdb.d/init.sql