diff --git a/docker-compose.yml b/docker-compose.yml index 035c06d..13bb406 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,6 +20,7 @@ services: restart: unless-stopped command: > sh -c " + rm -f bootstrap/cache/packages.php bootstrap/cache/services.php && mkdir -p storage/app/public storage/logs \ storage/framework/cache storage/framework/data storage/framework/sessions \ storage/framework/testing storage/framework/views \ @@ -55,6 +56,7 @@ services: restart: unless-stopped command: > sh -c " + rm -f bootstrap/cache/packages.php bootstrap/cache/services.php && mkdir -p storage/app/public storage/logs \ storage/framework/cache storage/framework/data storage/framework/sessions \ storage/framework/testing storage/framework/views \ @@ -82,6 +84,7 @@ services: restart: unless-stopped command: > sh -c " + rm -f bootstrap/cache/packages.php bootstrap/cache/services.php && mkdir -p storage/app/public storage/logs \ storage/framework/cache storage/framework/data storage/framework/sessions \ storage/framework/testing storage/framework/views \