fix: add morphmap cache in dockerfile

pull/94/head
farid 4 years ago
parent 4557fd2fc6
commit 3bc9a6d005

@ -13,6 +13,8 @@ RUN composer clearcache && COMPOSER=composer-prod.json composer update --no-scri
COPY . /var/www
RUN php artisan morphmap:cache
RUN chown -R www-data:www-data \
/var/www/public \
/var/www/storage \

Loading…
Cancel
Save