zend1.dockerfile 182 B

123456789
  1. FROM tfb/php7:latest
  2. ADD ./ /zend1
  3. WORKDIR /zend1
  4. RUN composer.phar install --no-progress
  5. CMD service php7.2-fpm start && \
  6. nginx -c /zend1/deploy/nginx.conf -g "daemon off;"