Skip to content

Commit ba00dd7

Browse files
committed
Feature: adding directory for hook to execute additional scripts
1 parent 85295d0 commit ba00dd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

5.7/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ ENV PATH $PATH:/usr/local/mysql/bin:/usr/local/mysql/scripts
3939
WORKDIR /usr/local/mysql
4040
VOLUME /var/lib/mysql
4141

42+
RUN mkdir -p /docker-entrypoint-initdb.d
43+
4244
COPY docker-entrypoint.sh /entrypoint.sh
4345
ENTRYPOINT ["/entrypoint.sh"]
4446

0 commit comments

Comments
 (0)