Merge branch 'master' of /home/administrator/utils/gitea/git/repositories/willaengine-project/willaengine

pull/87/head
Farid Saravi 4 years ago
commit 644063da70

@ -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