Ayush Shah 93921814af
Docker fix - latest release changes (#983)
* Docker fix - Architecture, MySQL

* Docker Airflow API Dagrun support

* Docker latest changes modified
2021-10-30 09:05:30 -07:00

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