Skip to content
Snippets Groups Projects
Commit 063d81e5 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Use php 7.1, don't use a volume for the webroot in the demo case...

parent ee7becb7
No related branches found
No related tags found
No related merge requests found
FROM php:5.6-apache FROM php:7.1-apache
MAINTAINER Reinhold Kainhofer <reinhold@kainhofer.com> MAINTAINER Reinhold Kainhofer <reinhold@kainhofer.com>
# Enable Apache Rewrite Module # Enable Apache Rewrite Module
...@@ -12,7 +12,7 @@ RUN apt-get install -y libpng12-dev libjpeg-dev zip unzip sudo \ ...@@ -12,7 +12,7 @@ RUN apt-get install -y libpng12-dev libjpeg-dev zip unzip sudo \
&& docker-php-ext-install gd && docker-php-ext-install gd
RUN docker-php-ext-install mysqli RUN docker-php-ext-install mysqli
VOLUME /var/www/html #VOLUME /var/www/html
# Install MySQL (will only be started if needed) # Install MySQL (will only be started if needed)
# RUN export DEBIAN_FRONTEND=noninteractive # RUN export DEBIAN_FRONTEND=noninteractive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment