Skip to content

Commit

Permalink
streamlining build order
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcandrew committed Feb 22, 2018
1 parent 3f10799 commit 404abf1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions civicrm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ RUN docker-php-ext-install bcmath \

RUN a2enmod rewrite

COPY buildkit.ini /usr/local/etc/php/conf.d/buildkit.ini

COPY msmtprc /etc/msmtprc

RUN useradd --home-dir /buildkit --create-home buildkit

COPY sudo /etc/sudoers.d/buildkit
Expand Down Expand Up @@ -93,9 +89,12 @@ RUN civibuild cache-warmup

COPY --chown=buildkit:buildkit amp.services.yml /buildkit/.amp/services.yml

COPY buildkit.ini /usr/local/etc/php/conf.d/buildkit.ini

COPY msmtprc /etc/msmtprc

COPY apache.conf /etc/apache2/conf-enabled/buildkit.conf

# TODO: Allow SMTP params to be configured with an environment variable
RUN rm /buildkit/app/civicrm.settings.d/100-mail.php

COPY civibuild.conf /buildkit/app/civibuild.conf
Expand Down

0 comments on commit 404abf1

Please sign in to comment.