Skip to content

Commit

Permalink
fix: added storage:link to entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Aug 2, 2024
1 parent 04beaed commit e4eb064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ if [ -z "$APP_KEY" ] && [ ! -f "$CONTROL_CENTER_ROOT/.env" ]; then
cp container/example-prod.env .env
echo "WARNING: Temporarily updating the application key"
php artisan key:generate
php artisan storage:link
fi

exec docker-php-entrypoint "$@"

0 comments on commit e4eb064

Please sign in to comment.