1
0
mirror of https://github.com/fspc/ybdb.git synced 2025-02-28 10:43:22 -05:00

Fixed a type ..

This commit is contained in:
Jonathan Rosenbaum 2014-12-15 06:05:45 +00:00
parent 9c92df8da9
commit 0c3f00a7e7

View File

@ -10,7 +10,7 @@ MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
RUN apt-get update && apt-get -y install apache2-mpm-prefork php5 php5-mysql;
RUN cd /var/www/html/; \
rm index.html; \
git clone -b devel https://github.com/fspc/Yellow-Bike-Database.git .; \
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/