Skip to content

Commit

Permalink
disabling apc stat to remove warning when running phabricator
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlb committed Feb 18, 2014
1 parent b9ff84e commit 5a66b6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ADD files/check_db.sh /opt/check_db.sh
RUN git clone git://github.com/facebook/libphutil.git /var/www/libphutil
RUN git clone git://github.com/facebook/arcanist.git /var/www/arcanist
RUN git clone git://github.com/facebook/phabricator.git /var/www/phabricator
RUN sed -i -e "s/apc.stat=1/apc.stat=0/" /etc/php.d/apc.ini

VOLUME ["/var/lib/mysql","/var/repo"]
CMD ["supervisord", "-n"]

0 comments on commit 5a66b6e

Please sign in to comment.