preloading data no longer works

This commit is contained in:
Steve Waterworth
2020-09-01 16:25:04 +01:00
parent 247fbb02df
commit 86bcdd57c2

View File

@@ -13,6 +13,6 @@ RUN /root/config.sh
COPY scripts/* /docker-entrypoint-initdb.d/
RUN /entrypoint.sh mysqld & while [ ! -f /tmp/finished ]; do sleep 10; done
RUN rm /docker-entrypoint-initdb.d/*
#RUN /entrypoint.sh mysqld & while [ ! -f /tmp/finished ]; do sleep 10; done
#RUN rm /docker-entrypoint-initdb.d/*