Merge pull request 'dev' (#63) from dev into master

Reviewed-on: WillaEngine-Project/WillaEngine#63
pull/87/head
f.saravi 4 years ago
commit a3ebfeb9a6

@ -9,7 +9,7 @@ RUN echo 'memory_limit = -1' >> /usr/local/etc/php/conf.d/docker-php-memlimit.in
COPY database /var/www/database COPY database /var/www/database
COPY composer.* /var/www/ COPY composer.* /var/www/
RUN composer update --no-scripts RUN composer clearcache && composer update --no-scripts
COPY . /var/www COPY . /var/www

Loading…
Cancel
Save