-
-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b278788
commit 67c73ff
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
||
|
@@ -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 | ||
|
||
|