Include composer dependencies in repo
This commit is contained in:
@@ -6,7 +6,6 @@ COPY docker/crontab/cronjob.alpine /var/spool/cron/crontabs/nginx
|
||||
COPY docker/services.d/cron /etc/services.d/cron
|
||||
COPY docker/php/env.conf /etc/php7/php-fpm.d/env.conf
|
||||
|
||||
RUN cd /var/www/app && composer --prefer-dist --no-dev --optimize-autoloader --quiet install
|
||||
RUN chown -R nginx:nginx /var/www/app/data /var/www/app/plugins
|
||||
|
||||
VOLUME /var/www/app/data
|
||||
|
||||
Reference in New Issue
Block a user