OpenMetadata/docker/mysql/Dockerfile_mysql
Sriharsha Chintalapani de10cd254b
New docker structure (#10438)
* Adding the different docker-compose file openmetadata and ingestion

* Added two different env files for mysql and postgres

* Updated the docker file path

* Updated the path of docker folder structure

* Fix docker

* Updating the PR with necessary changes required

---------

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
2023-03-06 08:58:53 -08:00

4 lines
148 B
Plaintext

FROM mysql/mysql-server:latest
WORKDIR /docker-entrypoint-initdb.d
COPY docker/mysql/mysql-script.sql .
RUN chmod -R 775 /docker-entrypoint-initdb.d