mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
4 lines
114 B
Docker
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
|