Populate is now officially included in git repository.

This commit is contained in:
Jonathan Rosenbaum
2014-12-29 01:20:52 +00:00
parent 1164500c4a
commit 61d085af06
2 changed files with 1 additions and 149 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ RUN cd /var/www/html/; \
git clone -b devel https://github.com/fspc/Yellow-Bike-Database.git .
COPY YBDB.php /var/www/html/Connections/
COPY populate.sql /var/www/html/sql/
# COPY populate.sql /var/www/html/sql/
RUN service mysql start; \
mysqladmin create ybdb; \
mysql -e "GRANT ALL PRIVILEGES ON ybdb.* TO 'admin'@'%' IDENTIFIED BY 'yblcatx' with grant option"; \