mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 01:50:06 +00:00
7 lines
89 B
Docker
7 lines
89 B
Docker
FROM mysql:5.6
|
|
|
|
RUN apt-get update
|
|
|
|
EXPOSE 3306
|
|
ADD init.sql /docker-entrypoint-initdb.d
|