We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1eb9e commit 3953ac5Copy full SHA for 3953ac5
deployment/start-container
@@ -10,9 +10,7 @@ echo "Container mode: $container_mode"
10
initialStuff() {
11
php artisan storage:link; \
12
php artisan optimize:clear; \
13
- php artisan event:cache; \
14
- php artisan config:cache; \
15
- php artisan route:cache;
+ php artisan optimize;
16
17
if [ "${running_migrations_and_seeders}" = "true" ]; then
18
echo "Running migrations and seeding database ..."
0 commit comments