fixed docker compose

This commit is contained in:
2025-12-07 20:30:53 +01:00
parent 1a88d54630
commit d7e979144f

View File

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