Skip to content

Commit

Permalink
remove 'clear'
Browse files Browse the repository at this point in the history
  • Loading branch information
braceyourself committed Jan 20, 2025
1 parent 6078f4e commit 1dd8f9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build/php_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# wait for database
php /var/www/html/artisan compose:wait-for-database;
php /var/www/html/artisan compose:run-startup-commands "$SERVICE"
php /var/www/html/artisan compose:run-startup-commands "$SERVICE"

if [[ "$SERVICE" == "scheduler" ]]; then

Expand Down
1 change: 0 additions & 1 deletion src/Commands/RunStartupCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class RunStartupCommands extends Command
'storage:link',
'migrate' => ['--force' => true],
'config:clear',
'clear',
'clear-compiled',
'chown www-data: public/storage',
],
Expand Down

0 comments on commit 1dd8f9a

Please sign in to comment.