fixed docker compose
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user