Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Remove prod settings on dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Jun 24, 2018
1 parent 77275bd commit 4521815
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ RUN apk add autoconf make g++ gcc -t build-stack --no-cache && \
pecl install xdebug && \
docker-php-ext-enable xdebug && \
apk del build-stack --purge

### Disable prod settings :
RUN rm /usr/local/etc/php/conf.d/95-prod.ini &&\
rm /etc/apache2/conf.d/prod.conf

0 comments on commit 4521815

Please sign in to comment.