Skip to content

Commit

Permalink
Setting up ONBUILD instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 12, 2016
1 parent 96a6f4c commit cccfb7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN yum -y install \
&& rm /etc/httpd/conf.d/userdir.conf \
&& rm /etc/httpd/conf.d/welcome.conf

ONBUILD
ONBUILD COPY ./certs/ /etc/httpd/certs/
ONBUILD COPY ./conf/ /etc/httpd/conf.d/

COPY httpd-foreground /usr/local/bin/

Expand Down

0 comments on commit cccfb7a

Please sign in to comment.