From c3c5a86c5752d1dfcc81ffe7aab7f6776e78d03a Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Mon, 15 Dec 2014 05:45:52 +0000 Subject: [PATCH] YBDB.php was removed from devel, so no need to rm in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e4eb8c..4c5c33d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ 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 .; \ - rm YBDB.php + COPY YBDB.php /var/www/html/Connections/ RUN service mysql start; \ mysqladmin create ybdb; \