From 3bc9a6d005949a63ad1bbb4d9c096eae298e3f49 Mon Sep 17 00:00:00 2001 From: farid Date: Fri, 26 Feb 2021 18:42:21 +0330 Subject: [PATCH] fix: add morphmap cache in dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 517839d..ce3d16b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \