Browse Source

Fixed a type ..

master
Jonathan Rosenbaum 10 years ago
parent
commit
0c3f00a7e7
  1. 2
      Dockerfile

2
Dockerfile

@ -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/

Loading…
Cancel
Save