From 85d1099076eba8478d9da89ff10b1e1e6c423109 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sat, 12 Aug 2017 04:04:20 +0000 Subject: [PATCH] Adds local_configurations.php in place of YBDB.php. --- Dockerfile | 2 +- YBDB.php | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 YBDB.php diff --git a/Dockerfile b/Dockerfile index 0254cc4..e82b873 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /var/www/html RUN rm index.html; \ git clone -b devel https://github.com/fspc/Yellow-Bike-Database.git . -COPY YBDB.php /var/www/html/Connections/ +COPY local_configurations.php /var/www/html/Connections/ # COPY populate.sql /var/www/html/sql/ # mysql_install_db solves a problem which occurs if bikebike/bikebike has not diff --git a/YBDB.php b/YBDB.php deleted file mode 100644 index b2ea845..0000000 --- a/YBDB.php +++ /dev/null @@ -1,10 +0,0 @@ -