664dba10 by Adam Heath

Remove commented out stale php lines.

1 parent d65bf250
...@@ -5,8 +5,4 @@ ARG NODE_EXTRA_PACKAGES ...@@ -5,8 +5,4 @@ ARG NODE_EXTRA_PACKAGES
5 COPY files/ /tmp/files/ 5 COPY files/ /tmp/files/
6 RUN /tmp/files/configure 6 RUN /tmp/files/configure
7 7
8 #ADD https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar /usr/local/bin/wp
9 #RUN ["chmod", "755", "/usr/local/bin/wp"]
10
11 ENTRYPOINT ["/sbin/entrypoint"] 8 ENTRYPOINT ["/sbin/entrypoint"]
12 #CMD ["/usr/sbin/php5-fpm", "--nodaemonize", "--force-stderr", "--fpm-config", "/etc/php5/fpm/php-fpm.conf"]
......