init.sql removed
This commit is contained in:
parent
3813c6f0d8
commit
8f16f647b0
@ -27,7 +27,7 @@ RUN mkdir -p /var/run/mysqld && \
|
||||
# The init.sql file will be executed when the container is started for the first time
|
||||
COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||
COPY ./my.cnf /etc/my.cnf
|
||||
COPY ./init.sql /usr/local/bin/init.sql
|
||||
# COPY ./init.sql /usr/local/bin/init.sql
|
||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
# Expose the MySQL port
|
||||
|
||||
Loading…
Reference in New Issue
Block a user