Browse Source

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.
master
Jonathan Rosenbaum 9 years ago
parent
commit
549430d5d5
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save