Blame view

node/Dockerfile 368 Bytes
1 2
FROM node

3 4
ARG NODE_EXTRA_PACKAGES

5 6 7 8 9 10 11 12
COPY files/ /tmp/files/
RUN /tmp/files/configure

#ADD https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar /usr/local/bin/wp
#RUN ["chmod", "755", "/usr/local/bin/wp"]

ENTRYPOINT ["/root/entrypoint"]
#CMD ["/usr/sbin/php5-fpm", "--nodaemonize", "--force-stderr", "--fpm-config", "/etc/php5/fpm/php-fpm.conf"]