Skip to content

Commit

Permalink
We'll need 443
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 9, 2016
1 parent 2307d2b commit a8ade18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ RUN yum -y install \

COPY httpd-foreground /usr/local/bin/

EXPOSE 80
EXPOSE 80 443
CMD ["httpd-foreground"]
2 changes: 1 addition & 1 deletion bin/ci-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
docker run -d --name=$imagename -p 80:80 -p 443:443 $maintainer/$imagename

0 comments on commit a8ade18

Please sign in to comment.