mirror of
https://github.com/fspc/ybdb.git
synced 2025-02-28 18:43:23 -05:00
YBDB.php was removed from devel, so no need to rm in Dockerfile
This commit is contained in:
parent
4bdfc26e0f
commit
c3c5a86c57
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user