Created
July 23, 2015 21:14
-
-
Save scottalan/2e990fd0f8a51c1c88b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # - xdebug | |
| RUN echo xdebug.remote_enable=1 >> /etc/php5/conf.d/20-xdebug.ini;\ | |
| echo xdebug.remote_autostart=0 >> /etc/php5/conf.d/20-xdebug.ini;\ | |
| echo xdebug.remote_connect_back=1 >> /etc/php5/conf.d/20-xdebug.ini;\ | |
| echo xdebug.remote_port=9000 >> /etc/php5/conf.d/20-xdebug.ini;\ | |
| echo xdebug.remote_log=/tmp/php5-xdebug.log >> /etc/php5/conf.d/20-xdebug.ini; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment