Skip to content

Commit 3953ac5

Browse files
authored
Update start-container
1 parent 5e1eb9e commit 3953ac5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deployment/start-container

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ echo "Container mode: $container_mode"
1010
initialStuff() {
1111
php artisan storage:link; \
1212
php artisan optimize:clear; \
13-
php artisan event:cache; \
14-
php artisan config:cache; \
15-
php artisan route:cache;
13+
php artisan optimize;
1614

1715
if [ "${running_migrations_and_seeders}" = "true" ]; then
1816
echo "Running migrations and seeding database ..."

0 commit comments

Comments
 (0)