diff --git a/php/Dockerfile b/php/Dockerfile index f4a0aa5..c0f387c 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -1,4 +1,4 @@ FROM library/php:5.6-apache MAINTAINER Veer Muchandi veer@redhat.com COPY src/ /var/www/html/ -Expose 80 +EXPOSE 80