mirror of
https://github.com/fspc/ybdb.git
synced 2025-02-28 18:43:23 -05:00
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:
parent
8b6268274e
commit
549430d5d5
@ -20,7 +20,7 @@ RUN service mysql start; \
|
|||||||
mysql ybdb < /var/www/html/sql/MySQL_Structure.sql; \
|
mysql ybdb < /var/www/html/sql/MySQL_Structure.sql; \
|
||||||
mysql ybdb < /var/www/html/sql/populate.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/
|
COPY apache2.conf /etc/supervisor/conf.d/
|
||||||
|
|
||||||
CMD ["supervisord", "-c", "/etc/supervisor/supervisord.conf"]
|
CMD ["supervisord", "-c", "/etc/supervisor/supervisord.conf"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user