mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-19 15:31:59 +00:00

* Docker fix - Architecture, MySQL * Docker Airflow API Dagrun support * Docker latest changes modified
4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
FROM mysql/mysql-server:latest
|
|
WORKDIR /docker-entrypoint-initdb.d
|
|
COPY mysql-script.sql .
|
|
RUN chmod -R 775 /docker-entrypoint-initdb.d |