From 67c73ff9acb67c589a0fc969ec8c6319c9285768 Mon Sep 17 00:00:00 2001 From: Fu Cheng Date: Thu, 23 Nov 2017 10:01:54 +1300 Subject: [PATCH] Magento 2.2.1 to use php 7.1.11 tag --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c64a3e219..1581255c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alexcheng/apache2-php7 +FROM alexcheng/apache2-php7:7.1.11 MAINTAINER Fu Cheng @@ -54,7 +54,7 @@ RUN echo "memory_limit=1024M" > /usr/local/etc/php/conf.d/memory-limit.ini RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* #Commented out the next 3 lines, because i don't see no use of this -#WORKDIR /var/www/html +WORKDIR /var/www/html #VOLUME /var/www/html/var #VOLUME /var/www/html/pub