Running an experiment to find out why mysql fails with docker.io build.

It maybe be the difference between bikebike/bikebike innodb, and the
subsequent build.  Works fine from development enviro.
This commit is contained in:
Jonathan Rosenbaum
2014-12-28 01:49:37 +00:00
parent 8b6268274e
commit 549430d5d5
+1 -1
View File
@@ -20,7 +20,7 @@ RUN service mysql start; \
mysql ybdb < /var/www/html/sql/MySQL_Structure.sql; \
mysql ybdb < /var/www/html/sql/populate.sql;
COPY mysql.conf /etc/supervisor/conf.d/
##COPY mysql.conf /etc/supervisor/conf.d/
COPY apache2.conf /etc/supervisor/conf.d/
CMD ["supervisord", "-c", "/etc/supervisor/supervisord.conf"]