Skip to content

Commit

Permalink
Clearing way for proxying
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 9, 2016
1 parent a8ade18 commit aa7b5b5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@ LABEL Build docker build --rm --tag $registry/$maintainer/$imagename .
RUN yum -y install \
httpd \
mod_ssl \
&& yum clean all

&& yum clean all \
&& mkdir /etc/httpd/certs \
&& mkdir /etc/httpd/site \
&& rm /etc/httpd/conf.d/autoindex.conf \
&& rm /etc/httpd/conf.d/ssl.conf \
&& rm /etc/httpd/conf.d/userdir.conf \
&& rm /etc/httpd/conf.d/welcome.conf


COPY httpd-foreground /usr/local/bin/

EXPOSE 80 443
Expand Down

0 comments on commit aa7b5b5

Please sign in to comment.