Mortexa

Results 26 comments of Mortexa

@dunglas https://github.com/smortexa/frankenphp-reproduce-566

I used FrankenPHP official base image, but the problem still exists. see: https://github.com/smortexa/frankenphp-reproduce-566#steps-to-reproduce-exit-status-139

Sorry, I can not reproduce this.

PHP dependencies (`vendor` directory) are not available during the build of front-end assets in these Dockerfiles. You can do this: ```js // composer.json "post-update-cmd": [ ... "@php -r \"copy('vendor/livewire/livewire/dist/livewire.esm', 'resources/js/lib/livewire/livewire.esm');\""...

It's not a good idea. You should find a way to provide the `.env` file to the container.

First, these Dockerfiles are intended for production, not development. Second, this is an upstream issue. You can follow it in [dunglas/frankenphp](https://github.com/dunglas/frankenphp).

Thank you for submitting your report. Since the issue lies outside our control (upstream), I recommend updating your Dockerfile to ensure compatibility with `buildx`.

It is likely an upstream issue. Please open an issue on the Laravel Octane repository.