From 0c3f00a7e7915600409b9850b1c5e1d894f417cc Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Mon, 15 Dec 2014 06:05:45 +0000 Subject: [PATCH] Fixed a type .. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/