diff --git a/Dockerfile b/Dockerfile index 1a558e3..1546adc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ MAINTAINER Jonathan Rosenbaum 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/