From 063d81e56c534fa98393b93aeda451ec538710cb Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Sun, 18 Dec 2016 23:34:54 +0100
Subject: [PATCH] Use php 7.1, don't use a volume for the webroot in the demo
 case...

---
 j3vm3_full/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/j3vm3_full/Dockerfile b/j3vm3_full/Dockerfile
index e36a838..7e642f9 100644
--- a/j3vm3_full/Dockerfile
+++ b/j3vm3_full/Dockerfile
@@ -1,4 +1,4 @@
-FROM php:5.6-apache
+FROM php:7.1-apache
 MAINTAINER Reinhold Kainhofer <reinhold@kainhofer.com>
 
 # Enable Apache Rewrite Module
@@ -12,7 +12,7 @@ RUN apt-get install -y libpng12-dev libjpeg-dev zip unzip sudo \
 	&& docker-php-ext-install gd
 RUN docker-php-ext-install mysqli
 
-VOLUME /var/www/html
+#VOLUME /var/www/html
 
 # Install MySQL (will only be started if needed)
 # RUN export DEBIAN_FRONTEND=noninteractive
-- 
GitLab