Dockerfile 84 B

1234
  1. FROM mysql:5.7
  2. WORKDIR /docker-entrypoint-initdb.d
  3. ENV LANG=C.UTF-8
  4. COPY init.sql .