We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5def7 commit e334aecCopy full SHA for e334aec
docker/deploy/etc/s6-overlay/scripts/laravel-automations
@@ -16,12 +16,6 @@ chown -R webuser:webgroup $WEBUSER_HOME/storage
16
echo "✅ Permissions fixed."
17
echo ""
18
19
-# Build cache
20
-echo "🧹 Clearing any previous caches..."
21
-s6-setuidgid webuser php $WEBUSER_HOME/artisan optimize:clear --no-ansi -q
22
-echo "✅ Cache cleared."
23
-echo ""
24
-
25
if [ ${DB_CONNECTION:="sqlite"} = "sqlite" ]; then
26
# create symlinks
27
echo "🔗 Creating database symlink..."
@@ -89,7 +83,7 @@ fi
89
83
90
84
91
85
92
86
+# Refresh cache
93
87
echo "💰 Building the cache..."
94
88
s6-setuidgid webuser php $WEBUSER_HOME/artisan view:clear --no-ansi -q
95
s6-setuidgid webuser php $WEBUSER_HOME/artisan optimize --no-ansi -q
0 commit comments