From c8405049139924b59be336ec8c843167c6c65406 Mon Sep 17 00:00:00 2001 From: Samuel Tauil Date: Tue, 23 Aug 2016 00:21:26 -0500 Subject: [PATCH] using all caps for EXPOSE --- php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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