project_start/dockerfiles/mysql/Dockerfile

3 lines
64 B
Docker
Executable File

FROM mysql:9.3.0
COPY ./scripts/* /home/
RUN sh /home/install.sh