From ba60abe3b256d08878ba1d311a91ca6991da1ad3 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Wed, 14 Sep 2016 08:37:15 -0300 Subject: [PATCH] Added test commit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index abdae5e..ce71a31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,6 +100,7 @@ RUN ln -s /opt/etc/httpd/conf.d/ports.conf /etc/httpd/conf.d/ports.conf RUN ln -s /opt/etc/httpd/conf.d/handlers.conf /etc/httpd/conf.d/handlers.conf RUN ln -s /opt/etc/httpd/conf.d/virtual_host_80.conf /etc/httpd/conf.d/00-comanage-80.conf + # Port EXPOSE 80 443