Skip to content

Commit

Permalink
Magento 2.2.1 to use php 7.1.11 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Nov 22, 2017
1 parent b278788 commit 67c73ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alexcheng/apache2-php7
FROM alexcheng/apache2-php7:7.1.11

MAINTAINER Fu Cheng <[email protected]>

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 67c73ff

Please sign in to comment.