Akash Jain 58cf1b012f
feat: Docker Image Push Workflow (#1191)
* copy command use path from root folder

* Add workflows for docker release to github
2021-11-15 09:36:57 -08:00

4 lines
157 B
Plaintext

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