init.sql removed

This commit is contained in:
whaffman 2025-05-20 12:09:26 +02:00
parent 3813c6f0d8
commit 8f16f647b0

View File

@ -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