From a8ade1862aa8e37de85cc4e13d8c5c1d64b8cde4 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Tue, 9 Aug 2016 11:01:00 -0400 Subject: [PATCH] We'll need 443 --- Dockerfile | 2 +- bin/ci-run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f550a6..f00bf71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,5 +23,5 @@ RUN yum -y install \ COPY httpd-foreground /usr/local/bin/ -EXPOSE 80 +EXPOSE 80 443 CMD ["httpd-foreground"] \ No newline at end of file diff --git a/bin/ci-run.sh b/bin/ci-run.sh index 5d3be1e..70761f0 100755 --- a/bin/ci-run.sh +++ b/bin/ci-run.sh @@ -3,4 +3,4 @@ # This file will run a container in the background source common.bash . -docker run -d --name=$imagename -p 80:80 $maintainer/$imagename \ No newline at end of file +docker run -d --name=$imagename -p 80:80 -p 443:443 $maintainer/$imagename \ No newline at end of file