From 39b6d51215a88861caf57b0df9d34280a519a048 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 5 Dec 2015 03:57:20 +0100 Subject: improving php README.md --- Services/php/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Services/php/Dockerfile') diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile index ee02d89..51085e9 100644 --- a/Services/php/Dockerfile +++ b/Services/php/Dockerfile @@ -24,7 +24,6 @@ RUN rm -f $APP_PATH/Dockerfile $APP_PATH/httpd.conf $APP_PATH/run.sh && \ chown -R apache:apache $APP_PATH $LOG_PATH && \ chmod ug+r -R $APP_PATH -EXPOSE 80 -EXPOSE 443 +EXPOSE 80 443 VOLUME [$APP_PATH,$LOG_PATH] CMD ["/bin/run.sh"] \ No newline at end of file -- cgit v1.2.3