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